#52499C

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

Shades of Governor Bay #52499C

Tints of Governor Bay #52499C

Color information

#52499C (or 0x52499C) is unknown color: approx Governor Bay. HEX triplet: 52, 49 and 9C. RGB value is (82,73,156). Sum of RGB (Red+Green+Blue) = 82+73+156=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #52499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52499C is #ADB663. Grayscale: #545454. Windows color (decimal): -11384420 or 10242386. OLE color: 10242386.

HSL color Cylindrical-coordinate representation of color #52499C: hue angle of 246.51º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52499C is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8273156-
CMYK0.470.5300.39
HSL246.51º36.24%44.9%-
HSV(B)246.51º53.21%61.18%-
XYZ11.868.9632.56-
YUV85.15167.98125.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=26.37%
G=23.47%
B=50.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82731560.470.5300.39246.5136.2444.9
Hex52499C2F35027f7242d
Octal12211123457650473674455
Binary1010010100100110011100101111110101010011111110111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,73,156); }

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

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

 a { background-color: rgb(82,73,156); }

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

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

 span { border-color: rgb(82,73,156); }

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