#595399

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

Shades of Governor Bay #595399

Tints of Governor Bay #595399

Color information

#595399 (or 0x595399) is unknown color: approx Governor Bay. HEX triplet: 59, 53 and 99. RGB value is (89,83,153). Sum of RGB (Red+Green+Blue) = 89+83+153=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #595399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595399 is #A6AC66. Grayscale: #5C5C5C. Windows color (decimal): -10923111 or 10048345. OLE color: 10048345.

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

Color convert

RGB8983153-
CMYK0.420.4600.4
HSL245.14º29.66%46.27%-
HSV(B)245.14º45.75%60%-
XYZ12.9610.6131.5-
YUV92.77161.99125.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=27.38%
G=25.54%
B=47.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89831530.420.4600.4245.1429.6646.27
Hex5953992A2E028f51e2e
Octal13112323152560503653656
Binary101100110100111001100110101010111001010001111010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595399; }

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

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

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

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

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

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

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

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