#595899

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

Shades of Governor Bay #595899

Tints of Governor Bay #595899

Color information

#595899 (or 0x595899) is unknown color: approx Governor Bay. HEX triplet: 59, 58 and 99. RGB value is (89,88,153). Sum of RGB (Red+Green+Blue) = 89+88+153=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #595899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595899 is #A6A766. Grayscale: #5F5F5F. Windows color (decimal): -10921831 or 10049625. OLE color: 10049625.

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

Color convert

RGB8988153-
CMYK0.420.4200.4
HSL240.92º26.97%47.25%-
HSV(B)240.92º42.48%60%-
XYZ13.3611.431.63-
YUV95.71160.33123.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.97%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 153 (60.16% from 255) = 46.36%
R=26.97%
G=26.67%
B=46.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89881530.420.4200.4240.9226.9747.25
Hex5958992A2A028f11b2f
Octal13113023152520503613357
Binary101100110110001001100110101010101001010001111000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595899; }

 p { color: rgb(89,88,153); }

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

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

 a { background-color: rgb(89,88,153); }

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

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

 span { border-color: rgb(89,88,153); }

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