Html Css Color HEX #52588E Governor Bay

📋 copy color: '#52588E'

red 82 ◦ green 88 ◦ blue 142

#52588E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #52588E

Tints of Governor Bay #52588E

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 value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52588E (or 0x52588E) is known color: 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

RGB 82 88 142 -
CMYK 0.42 0.38 0 0.44
HSL 234º 0.27% 0.44% -
HSV(B) 234º 0.42% 0.56% -
XYZ 11.85 10.73 27.04 -
YUV 92.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 82 88 142 0.42 0.38 0 0.44 234 0.27 0.44
Hex 52 58 8E 2A 26 0 2C EA 1B 2C
Octal 122 130 216 52 46 0 54 352 33 54
Binary 1010010 1011000 10001110 101010 100110 0 101100 11101010 11011 101100

Color Harmonies of #52588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52588E

Black with #52588E

Text Example


Text Example

White with #52588E

Text Example


Text Example

HTML Codes & Css Web 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>