Html Css Color HEX #59588E Governor Bay

📋 copy color: '#59588E'

red 89 ◦ green 88 ◦ blue 142

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

Shades of Governor Bay #59588E

Tints of Governor Bay #59588E

RGB

 RED value IS 89 (35.16% from 255) = 27.9%

 GREEN value IS 88 (34.77% from 255) = 27.59%

 BLUE value IS 142 (55.86% from 255) = 44.51%

R = 27.9%
G = 27.59%
B = 44.51%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59588E (or 0x59588E) is known color: Governor Bay. HEX triplet: 59, 58 and 8E. RGB value is (89,88,142). Sum of RGB (Red+Green+Blue) = 89+88+142=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #59588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59588E is #A6A771. Grayscale: #5E5E5E. Windows color (decimal): -10921842 or 9328729. OLE color: 9328729.

HSL color Cylindrical-coordinate representation of color #59588E: hue angle of 241.11º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59588E is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 88 142 -
CMYK 0.37 0.38 0 0.44
HSL 241.11º 0.23% 0.45% -
HSV(B) 241.11º 0.38% 0.56% -
XYZ 12.49 11.06 27.07 -
YUV 94.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 89 88 142 0.37 0.38 0 0.44 241.11 0.23 0.45
Hex 59 58 8E 25 26 0 2C F1 17 2D
Octal 131 130 216 45 46 0 54 361 27 55
Binary 1011001 1011000 10001110 100101 100110 0 101100 11110001 10111 101101

Color Harmonies of #59588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59588E

Black with #59588E

Text Example


Text Example

White with #59588E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59588E;
 }
 .AnyTagClassName
 {
   color: #59588E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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