Html Css Color HEX #595F91 Governor Bay

📋 copy color: '#595F91'

red 89 ◦ green 95 ◦ blue 145

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

Shades of Governor Bay #595F91

Tints of Governor Bay #595F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.88%

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

R = 27.05%
G = 28.88%
B = 44.07%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#595F91 (or 0x595F91) is known color: Governor Bay. HEX triplet: 59, 5F and 91. RGB value is (89,95,145). Sum of RGB (Red+Green+Blue) = 89+95+145=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #595F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F91 is #A6A06E. Grayscale: #626262. Windows color (decimal): -10920047 or 9527129. OLE color: 9527129.

HSL color Cylindrical-coordinate representation of color #595F91: hue angle of 233.57º 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 #595F91 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 95 145 -
CMYK 0.39 0.34 0 0.43
HSL 233.57º 0.24% 0.46% -
HSV(B) 233.57º 0.39% 0.57% -
XYZ 13.32 12.35 28.47 -
YUV 98.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 89 95 145 0.39 0.34 0 0.43 233.57 0.24 0.46
Hex 59 5F 91 27 22 0 2B EA 18 2E
Octal 131 137 221 47 42 0 53 352 30 56
Binary 1011001 1011111 10010001 100111 100010 0 101011 11101010 11000 101110

Color Harmonies of #595F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F91

Black with #595F91

Text Example


Text Example

White with #595F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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