#595F91

Color #595F91 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #595F91

Tints of Governor Bay #595F91

Color information

#595F91 (or 0x595F91) is unknown color: approx 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

RGB8995145-
CMYK0.390.3400.43
HSL233.57º23.93%45.88%-
HSV(B)233.57º38.62%56.86%-
XYZ13.3212.3528.47-
YUV98.91154.01120.93-

RGB Variations

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

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 (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89951450.390.3400.43233.5723.9345.88
Hex595F91272202Bea182e
Octal13113722147420533523056
Binary101100110111111001000110011110001001010111110101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>