#52588E

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

Shades of Governor Bay #52588E

Tints of Governor Bay #52588E

Color information

#52588E (or 0x52588E) is unknown color: approx Governor Bay. HEX triplet: 52, 58 and 8E. RGB value is (82,88,142). Sum of RGB (Red+Green+Blue) = 82+88+142=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #52588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52588E is #ADA771. Grayscale: #5C5C5C. Windows color (decimal): -11380594 or 9328722. OLE color: 9328722.

HSL color Cylindrical-coordinate representation of color #52588E: hue angle of 234º 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 #52588E is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8288142-
CMYK0.420.3800.44
HSL234º26.79%43.92%-
HSV(B)234º42.25%55.69%-
XYZ11.8510.7327.04-
YUV92.36156.01120.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=26.28%
G=28.21%
B=45.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82881420.420.3800.4423426.7943.92
Hex52588E2A2602Cea1b2c
Octal12213021652460543523354
Binary101001010110001000111010101010011001011001110101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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