#595499

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

Shades of Governor Bay #595499

Tints of Governor Bay #595499

Color information

#595499 (or 0x595499) is unknown color: approx Governor Bay. HEX triplet: 59, 54 and 99. RGB value is (89,84,153). Sum of RGB (Red+Green+Blue) = 89+84+153=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #595499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595499 is #A6AB66. Grayscale: #5D5D5D. Windows color (decimal): -10922855 or 10048601. OLE color: 10048601.

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

Color convert

RGB8984153-
CMYK0.420.4500.4
HSL244.35º29.11%46.47%-
HSV(B)244.35º45.1%60%-
XYZ13.0410.7631.53-
YUV93.36161.66124.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=27.30%
G=25.77%
B=46.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89841530.420.4500.4244.3529.1146.47
Hex5954992A2D028f41d2e
Octal13112423152550503643556
Binary101100110101001001100110101010110101010001111010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595499; }

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

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

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

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

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

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

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

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