#595697

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

Shades of Governor Bay #595697

Tints of Governor Bay #595697

Color information

#595697 (or 0x595697) is unknown color: approx Governor Bay. HEX triplet: 59, 56 and 97. RGB value is (89,86,151). Sum of RGB (Red+Green+Blue) = 89+86+151=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #595697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595697 is #A6A968. Grayscale: #5E5E5E. Windows color (decimal): -10922345 or 9918041. OLE color: 9918041.

HSL color Cylindrical-coordinate representation of color #595697: hue angle of 242.77º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #595697 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8986151-
CMYK0.410.4300.41
HSL242.77º27.43%46.47%-
HSV(B)242.77º43.05%59.22%-
XYZ13.0311.0130.72-
YUV94.31159.99124.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 151 (59.38% from 255) = 46.32%
R=27.30%
G=26.38%
B=46.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89861510.410.4300.41242.7727.4346.47
Hex595697292B029f31b2e
Octal13112622751530513633356
Binary101100110101101001011110100110101101010011111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595697; }

 p { color: rgb(89,86,151); }

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

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

 a { background-color: rgb(89,86,151); }

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

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

 span { border-color: rgb(89,86,151); }

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