Html Css Color HEX #59558E Governor Bay

📋 copy color: '#59558E'

red 89 ◦ green 85 ◦ blue 142

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

Shades of Governor Bay #59558E

Tints of Governor Bay #59558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 28.16%
G = 26.9%
B = 44.94%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59558E (or 0x59558E) is known color: Governor Bay. HEX triplet: 59, 55 and 8E. RGB value is (89,85,142). Sum of RGB (Red+Green+Blue) = 89+85+142=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #59558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59558E is #A6AA71. Grayscale: #5C5C5C. Windows color (decimal): -10922610 or 9327961. OLE color: 9327961.

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

Color convert

RGB 89 85 142 -
CMYK 0.37 0.40 0 0.44
HSL 244.21º 0.25% 0.45% -
HSV(B) 244.21º 0.4% 0.56% -
XYZ 12.25 10.57 26.99 -
YUV 92.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 89 85 142 0.37 0.40 0 0.44 244.21 0.25 0.45
Hex 59 55 8E 25 28 0 2C F4 19 2D
Octal 131 125 216 45 50 0 54 364 31 55
Binary 1011001 1010101 10001110 100101 101000 0 101100 11110100 11001 101101

Color Harmonies of #59558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59558E

Black with #59558E

Text Example


Text Example

White with #59558E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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