#595B88

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

Shades of Governor Bay #595B88

Tints of Governor Bay #595B88

Color information

#595B88 (or 0x595B88) is unknown color: approx Governor Bay. HEX triplet: 59, 5B and 88. RGB value is (89,91,136). Sum of RGB (Red+Green+Blue) = 89+91+136=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #595B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595B88 is #A6A477. Grayscale: #5F5F5F. Windows color (decimal): -10921080 or 8936281. OLE color: 8936281.

HSL color Cylindrical-coordinate representation of color #595B88: hue angle of 237.45º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #595B88 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8991136-
CMYK0.350.3300.47
HSL237.45º20.89%44.12%-
HSV(B)237.45º34.56%53.33%-
XYZ12.311.3824.84-
YUV95.53150.84123.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=28.16%
G=28.80%
B=43.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89911360.350.3300.47237.4520.8944.12
Hex595B88232102Fed152c
Octal13113321043410573552554
Binary101100110110111000100010001110000101011111110110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,91,136); }

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

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

 a { background-color: rgb(89,91,136); }

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

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

 span { border-color: rgb(89,91,136); }

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