#52619C

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

Shades of Governor Bay #52619C

Tints of Governor Bay #52619C

Color information

#52619C (or 0x52619C) is unknown color: approx Governor Bay. HEX triplet: 52, 61 and 9C. RGB value is (82,97,156). Sum of RGB (Red+Green+Blue) = 82+97+156=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #52619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52619C is #AD9E63. Grayscale: #626262. Windows color (decimal): -11378276 or 10248530. OLE color: 10248530.

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

Color convert

RGB8297156-
CMYK0.470.3800.39
HSL227.84º31.09%46.67%-
HSV(B)227.84º47.44%61.18%-
XYZ13.7612.7433.19-
YUV99.24160.03115.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=24.48%
G=28.96%
B=46.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82971560.470.3800.39227.8431.0946.67
Hex52619C2F26027e41f2f
Octal12214123457460473443757
Binary101001011000011001110010111110011001001111110010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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