#52509C

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

Shades of Governor Bay #52509C

Tints of Governor Bay #52509C

Color information

#52509C (or 0x52509C) is unknown color: approx Governor Bay. HEX triplet: 52, 50 and 9C. RGB value is (82,80,156). Sum of RGB (Red+Green+Blue) = 82+80+156=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #52509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52509C is #ADAF63. Grayscale: #585858. Windows color (decimal): -11382628 or 10244178. OLE color: 10244178.

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

Color convert

RGB8280156-
CMYK0.470.4900.39
HSL241.58º32.2%46.27%-
HSV(B)241.58º48.72%61.18%-
XYZ12.359.9332.72-
YUV89.26165.66122.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=25.79%
G=25.16%
B=49.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82801560.470.4900.39241.5832.246.27
Hex52509C2F31027f2202e
Octal12212023457610473624056
Binary1010010101000010011100101111110001010011111110010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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