#596C8E

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

Shades of Waikawa Grey #596C8E

Tints of Waikawa Grey #596C8E

Color information

#596C8E (or 0x596C8E) is unknown color: approx Waikawa Grey. HEX triplet: 59, 6C and 8E. RGB value is (89,108,142). Sum of RGB (Red+Green+Blue) = 89+108+142=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #596C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C8E is #A69371. Grayscale: #6A6A6A. Windows color (decimal): -10916722 or 9333849. OLE color: 9333849.

HSL color Cylindrical-coordinate representation of color #596C8E: hue angle of 218.49º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #596C8E is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89108142-
CMYK0.370.2400.44
HSL218.49º22.94%45.29%-
HSV(B)218.49º37.32%55.69%-
XYZ14.3614.827.69-
YUV106.2148.21115.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 108 (42.58% from 255) = 31.86%
BLUE value IS 142 (55.86% from 255) = 41.89%
R=26.25%
G=31.86%
B=41.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891081420.370.2400.44218.4922.9445.29
Hex596C8E251802Cda172d
Octal13115421645300543322755
Binary10110011101100100011101001011100001011001101101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596C8E; }

 p { color: rgb(89,108,142); }

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

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

 a { background-color: rgb(89,108,142); }

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

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

 span { border-color: rgb(89,108,142); }

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