#595F89

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

Shades of Governor Bay #595F89

Tints of Governor Bay #595F89

Color information

#595F89 (or 0x595F89) is unknown color: approx Governor Bay. HEX triplet: 59, 5F and 89. RGB value is (89,95,137). Sum of RGB (Red+Green+Blue) = 89+95+137=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #595F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F89 is #A6A076. Grayscale: #616161. Windows color (decimal): -10920055 or 9002841. OLE color: 9002841.

HSL color Cylindrical-coordinate representation of color #595F89: hue angle of 232.5º 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 #595F89 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8995137-
CMYK0.350.3100.46
HSL232.5º21.24%44.31%-
HSV(B)232.5º35.04%53.73%-
XYZ12.7312.1125.33-
YUV97.99150.01121.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=27.73%
G=29.60%
B=42.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89951370.350.3100.46232.521.2444.31
Hex595F89231F02Ee8152c
Octal13113721143370563502554
Binary10110011011111100010011000111111101011101110100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #595F89;
 }
 .AnyTagClassName
 {
   color: #595F89;
 }
</style>
background-color css

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

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

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

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

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

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