#595795

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

Shades of Governor Bay #595795

Tints of Governor Bay #595795

Color information

#595795 (or 0x595795) is unknown color: approx Governor Bay. HEX triplet: 59, 57 and 95. RGB value is (89,87,149). Sum of RGB (Red+Green+Blue) = 89+87+149=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #595795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595795 is #A6A86A. Grayscale: #5E5E5E. Windows color (decimal): -10922091 or 9787225. OLE color: 9787225.

HSL color Cylindrical-coordinate representation of color #595795: hue angle of 241.94º degrees, saturation: 0.26, 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 #595795 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8987149-
CMYK0.400.4200.42
HSL241.94º26.27%46.27%-
HSV(B)241.94º41.61%58.43%-
XYZ12.9511.1129.9-
YUV94.67158.66123.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=27.38%
G=26.77%
B=45.85%

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
Decimal89871490.400.4200.42241.9426.2746.27
Hex595795282A02Af21a2e
Octal13112722550520523623256
Binary101100110101111001010110100010101001010101111001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595795; }

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

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

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

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

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

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

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

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