Html Css Color HEX #595A89 Governor Bay

📋 copy color: '#595A89'

red 89 ◦ green 90 ◦ blue 137

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

Shades of Governor Bay #595A89

Tints of Governor Bay #595A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.48%

 BLUE value IS 137 (53.91% from 255) = 43.35%

R = 28.16%
G = 28.48%
B = 43.35%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#595A89 (or 0x595A89) is known color: Governor Bay. HEX triplet: 59, 5A and 89. RGB value is (89,90,137). Sum of RGB (Red+Green+Blue) = 89+90+137=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #595A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595A89 is #A6A576. Grayscale: #5E5E5E. Windows color (decimal): -10921335 or 9001561. OLE color: 9001561.

HSL color Cylindrical-coordinate representation of color #595A89: hue angle of 238.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #595A89 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 90 137 -
CMYK 0.35 0.34 0 0.46
HSL 238.75º 0.21% 0.44% -
HSV(B) 238.75º 0.35% 0.54% -
XYZ 12.29 11.24 25.19 -
YUV 95.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 89 90 137 0.35 0.34 0 0.46 238.75 0.21 0.44
Hex 59 5A 89 23 22 0 2E EF 15 2C
Octal 131 132 211 43 42 0 56 357 25 54
Binary 1011001 1011010 10001001 100011 100010 0 101110 11101111 10101 101100

Color Harmonies of #595A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A89

Black with #595A89

Text Example


Text Example

White with #595A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595A89; }

 p { color: rgb(89,90,137); }

 H1.HeaderClassName
 {
   color: #595A89;
 }
 .AnyTagClassName
 {
   color: #595A89;
 }
</style>

background-color css

<style>
 a { background-color: #595A89; }

 a { background-color: rgb(89,90,137); }

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

border-color css

<style>
 span { border-color: #595A89; }

 span { border-color: rgb(89,90,137); }

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