#596587

Color #596587 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #596587

Tints of Waikawa Grey #596587

Color information

#596587 (or 0x596587) is unknown color: approx Waikawa Grey. HEX triplet: 59, 65 and 87. RGB value is (89,101,135). Sum of RGB (Red+Green+Blue) = 89+101+135=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 135 - color contains mainly: blue. Hex color #596587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596587 is #A69A78. Grayscale: #656565. Windows color (decimal): -10918521 or 8873305. OLE color: 8873305.

HSL color Cylindrical-coordinate representation of color #596587: hue angle of 224.35º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #596587 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB89101135-
CMYK0.340.2500.47
HSL224.35º20.54%43.92%-
HSV(B)224.35º34.07%52.94%-
XYZ13.1513.1824.77-
YUV101.29147.02119.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 135 (53.12% from 255) = 41.54%
R=27.38%
G=31.08%
B=41.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891011350.340.2500.47224.3520.5443.92
Hex596587221902Fe0152c
Octal13114520742310573402554
Binary10110011100101100001111000101100101011111110000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596587; }

 p { color: rgb(89,101,135); }

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

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

 a { background-color: rgb(89,101,135); }

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

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

 span { border-color: rgb(89,101,135); }

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