#596C90

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

Shades of Waikawa Grey #596C90

Tints of Waikawa Grey #596C90

Color information

#596C90 (or 0x596C90) is unknown color: approx Waikawa Grey. HEX triplet: 59, 6C and 90. RGB value is (89,108,144). Sum of RGB (Red+Green+Blue) = 89+108+144=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #596C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C90 is #A6936F. Grayscale: #6A6A6A. Windows color (decimal): -10916720 or 9464921. OLE color: 9464921.

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

Color convert

RGB89108144-
CMYK0.380.2500.44
HSL219.27º23.61%45.69%-
HSV(B)219.27º38.19%56.47%-
XYZ14.5214.8628.49-
YUV106.42149.21115.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=26.10%
G=31.67%
B=42.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891081440.380.2500.44219.2723.6145.69
Hex596C90261902Cdb182e
Octal13115422046310543333056
Binary10110011101100100100001001101100101011001101101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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