#52499B

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

Shades of Governor Bay #52499B

Tints of Governor Bay #52499B

Color information

#52499B (or 0x52499B) is unknown color: approx Governor Bay. HEX triplet: 52, 49 and 9B. RGB value is (82,73,155). Sum of RGB (Red+Green+Blue) = 82+73+155=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #52499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52499B is #ADB664. Grayscale: #545454. Windows color (decimal): -11384421 or 10176850. OLE color: 10176850.

HSL color Cylindrical-coordinate representation of color #52499B: hue angle of 246.59º 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 #52499B is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8273155-
CMYK0.470.5300.39
HSL246.59º35.96%44.71%-
HSV(B)246.59º52.9%60.78%-
XYZ11.788.9332.11-
YUV85.04167.48125.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 155 (60.94% from 255) = 50%
R=26.45%
G=23.55%
B=50%

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
Decimal82731550.470.5300.39246.5935.9644.71
Hex52499B2F35027f7242d
Octal12211123357650473674455
Binary1010010100100110011011101111110101010011111110111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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