Html Css Color HEX #595E91 Governor Bay

📋 copy color: '#595E91'

red 89 ◦ green 94 ◦ blue 145

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

Shades of Governor Bay #595E91

Tints of Governor Bay #595E91

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.66%

 BLUE value IS 145 (57.03% from 255) = 44.21%

R = 27.13%
G = 28.66%
B = 44.21%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#595E91 (or 0x595E91) is known color: Governor Bay. HEX triplet: 59, 5E and 91. RGB value is (89,94,145). Sum of RGB (Red+Green+Blue) = 89+94+145=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #595E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595E91 is #A6A16E. Grayscale: #626262. Windows color (decimal): -10920303 or 9526873. OLE color: 9526873.

HSL color Cylindrical-coordinate representation of color #595E91: hue angle of 234.64º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #595E91 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 94 145 -
CMYK 0.39 0.35 0 0.43
HSL 234.64º 0.24% 0.46% -
HSV(B) 234.64º 0.39% 0.57% -
XYZ 13.23 12.17 28.44 -
YUV 98.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 89 94 145 0.39 0.35 0 0.43 234.64 0.24 0.46
Hex 59 5E 91 27 23 0 2B EB 18 2E
Octal 131 136 221 47 43 0 53 353 30 56
Binary 1011001 1011110 10010001 100111 100011 0 101011 11101011 11000 101110

Color Harmonies of #595E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595E91

Black with #595E91

Text Example


Text Example

White with #595E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,94,145); }

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

background-color css

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

 a { background-color: rgb(89,94,145); }

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

border-color css

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

 span { border-color: rgb(89,94,145); }

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