#52558E

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

Shades of Governor Bay #52558E

Tints of Governor Bay #52558E

Color information

#52558E (or 0x52558E) is unknown color: approx Governor Bay. HEX triplet: 52, 55 and 8E. RGB value is (82,85,142). Sum of RGB (Red+Green+Blue) = 82+85+142=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #52558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52558E is #ADAA71. Grayscale: #5A5A5A. Windows color (decimal): -11381362 or 9327954. OLE color: 9327954.

HSL color Cylindrical-coordinate representation of color #52558E: hue angle of 237º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52558E is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8285142-
CMYK0.420.4000.44
HSL237º26.79%43.92%-
HSV(B)237º42.25%55.69%-
XYZ11.6110.2426.96-
YUV90.6157.01121.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=26.54%
G=27.51%
B=45.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82851420.420.4000.4423726.7943.92
Hex52558E2A2802Ced1b2c
Octal12212521652500543553354
Binary101001010101011000111010101010100001011001110110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52558E; }

 p { color: rgb(82,85,142); }

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

<style>
 a { background-color: #52558E; }

 a { background-color: rgb(82,85,142); }

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

<style>
 span { border-color: #52558E; }

 span { border-color: rgb(82,85,142); }

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