#52537C

Color #52537C Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #52537C

Tints of Victoria #52537C

Color information

#52537C (or 0x52537C) is unknown color: approx Victoria. HEX triplet: 52, 53 and 7C. RGB value is (82,83,124). Sum of RGB (Red+Green+Blue) = 82+83+124=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #52537C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52537C is #ADAC83. Grayscale: #575757. Windows color (decimal): -11381892 or 8147794. OLE color: 8147794.

HSL color Cylindrical-coordinate representation of color #52537C: hue angle of 238.57º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52537C is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8283124-
CMYK0.340.3300.51
HSL238.57º20.39%40.39%-
HSV(B)238.57º33.87%48.63%-
XYZ10.219.4420.35-
YUV87.38148.67124.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 83 (32.81% from 255) = 28.72%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=28.37%
G=28.72%
B=42.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82831240.340.3300.51238.5720.3940.39
Hex52537C2221033ef1428
Octal12212317442410633572450
Binary10100101010011111110010001010000101100111110111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52537C; }

 p { color: rgb(82,83,124); }

 H1.HeaderClassName
 {
   color: #52537C;
 }
 .AnyTagClassName
 {
   color: #52537C;
 }
</style>
background-color css

<style>
 a { background-color: #52537C; }

 a { background-color: rgb(82,83,124); }

 div.DivClassName
 {
   background-color: #52537C;
 }
 .BgClassName
 {
   background-color: #52537C;
 }
</style>
border-color css

<style>
 span { border-color: #52537C; }

 span { border-color: rgb(82,83,124); }

 td.TdClassName
 {
   border-color: #52537C;
 }
 .TagClassName
 {
   border-color: #52537C;
 }
</style>