#595695

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

Shades of Governor Bay #595695

Tints of Governor Bay #595695

Color information

#595695 (or 0x595695) is unknown color: approx Governor Bay. HEX triplet: 59, 56 and 95. RGB value is (89,86,149). Sum of RGB (Red+Green+Blue) = 89+86+149=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #595695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595695 is #A6A96A. Grayscale: #5D5D5D. Windows color (decimal): -10922347 or 9786969. OLE color: 9786969.

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

Color convert

RGB8986149-
CMYK0.400.4200.42
HSL242.86º26.81%46.08%-
HSV(B)242.86º42.28%58.43%-
XYZ12.8710.9529.87-
YUV94.08158.99124.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.47%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=27.47%
G=26.54%
B=45.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89861490.400.4200.42242.8626.8146.08
Hex595695282A02Af31b2e
Octal13112622550520523633356
Binary101100110101101001010110100010101001010101111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595695; }

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

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

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

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

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

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

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

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