#595A89

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

Shades of Governor Bay #595A89

Tints of Governor Bay #595A89

Color information

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

RGB8990137-
CMYK0.350.3400.46
HSL238.75º21.24%44.31%-
HSV(B)238.75º35.04%53.73%-
XYZ12.2911.2425.19-
YUV95.06151.67123.68-

RGB Variations

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

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 (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89901370.350.3400.46238.7521.2444.31
Hex595A89232202Eef152c
Octal13113221143420563572554
Binary101100110110101000100110001110001001011101110111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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