#595D89

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

Shades of Governor Bay #595D89

Tints of Governor Bay #595D89

Color information

#595D89 (or 0x595D89) is unknown color: approx Governor Bay. HEX triplet: 59, 5D and 89. RGB value is (89,93,137). Sum of RGB (Red+Green+Blue) = 89+93+137=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #595D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595D89 is #A6A276. Grayscale: #606060. Windows color (decimal): -10920567 or 9002329. OLE color: 9002329.

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

Color convert

RGB8993137-
CMYK0.350.3200.46
HSL235º21.24%44.31%-
HSV(B)235º35.04%53.73%-
XYZ12.5511.7625.28-
YUV96.82150.67122.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.90%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=27.90%
G=29.15%
B=42.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89931370.350.3200.4623521.2444.31
Hex595D89232002Eeb152c
Octal13113521143400563532554
Binary101100110111011000100110001110000001011101110101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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