#595F87

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

Shades of Governor Bay #595F87

Tints of Governor Bay #595F87

Color information

#595F87 (or 0x595F87) is unknown color: approx Governor Bay. HEX triplet: 59, 5F and 87. RGB value is (89,95,135). Sum of RGB (Red+Green+Blue) = 89+95+135=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #595F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F87 is #A6A078. Grayscale: #616161. Windows color (decimal): -10920057 or 8871769. OLE color: 8871769.

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

Color convert

RGB8995135-
CMYK0.340.3000.47
HSL232.17º20.54%43.92%-
HSV(B)232.17º34.07%52.94%-
XYZ12.5912.0624.59-
YUV97.77149.01121.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.90%
GREEN value IS 95 (37.5% from 255) = 29.78%
BLUE value IS 135 (53.12% from 255) = 42.32%
R=27.90%
G=29.78%
B=42.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89951350.340.3000.47232.1720.5443.92
Hex595F87221E02Fe8152c
Octal13113720742360573502554
Binary10110011011111100001111000101111001011111110100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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