#596688

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

Shades of Waikawa Grey #596688

Tints of Waikawa Grey #596688

Color information

#596688 (or 0x596688) is unknown color: approx Waikawa Grey. HEX triplet: 59, 66 and 88. RGB value is (89,102,136). Sum of RGB (Red+Green+Blue) = 89+102+136=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #596688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596688 is #A69977. Grayscale: #656565. Windows color (decimal): -10918264 or 8939097. OLE color: 8939097.

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

Color convert

RGB89102136-
CMYK0.350.2500.47
HSL223.4º20.89%44.12%-
HSV(B)223.4º34.56%53.33%-
XYZ13.3213.425.18-
YUV101.99147.19118.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.22%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=27.22%
G=31.19%
B=41.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891021360.350.2500.47223.420.8944.12
Hex596688231902Fdf152c
Octal13114621043310573372554
Binary10110011100110100010001000111100101011111101111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596688; }

 p { color: rgb(89,102,136); }

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

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

 a { background-color: rgb(89,102,136); }

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

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

 span { border-color: rgb(89,102,136); }

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