#595B8E

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

Shades of Governor Bay #595B8E

Tints of Governor Bay #595B8E

Color information

#595B8E (or 0x595B8E) is unknown color: approx Governor Bay. HEX triplet: 59, 5B and 8E. RGB value is (89,91,142). Sum of RGB (Red+Green+Blue) = 89+91+142=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #595B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595B8E is #A6A471. Grayscale: #606060. Windows color (decimal): -10921074 or 9329497. OLE color: 9329497.

HSL color Cylindrical-coordinate representation of color #595B8E: hue angle of 237.74º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #595B8E is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8991142-
CMYK0.370.3600.44
HSL237.74º22.94%45.29%-
HSV(B)237.74º37.32%55.69%-
XYZ12.7411.5627.15-
YUV96.22153.84122.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.64%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=27.64%
G=28.26%
B=44.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89911420.370.3600.44237.7422.9445.29
Hex595B8E252402Cee172d
Octal13113321645440543562755
Binary101100110110111000111010010110010001011001110111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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