#596994

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

Shades of Waikawa Grey #596994

Tints of Waikawa Grey #596994

Color information

#596994 (or 0x596994) is unknown color: approx Waikawa Grey. HEX triplet: 59, 69 and 94. RGB value is (89,105,148). Sum of RGB (Red+Green+Blue) = 89+105+148=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #596994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596994 is #A6966B. Grayscale: #686868. Windows color (decimal): -10917484 or 9726297. OLE color: 9726297.

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

Color convert

RGB89105148-
CMYK0.400.2900.42
HSL223.73º24.89%46.47%-
HSV(B)223.73º39.86%58.04%-
XYZ14.5214.3730.02-
YUV105.12152.2116.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 148 (58.20% from 255) = 43.27%
R=26.02%
G=30.70%
B=43.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891051480.400.2900.42223.7324.8946.47
Hex596994281D02Ae0192e
Octal13115122450350523403156
Binary10110011101001100101001010001110101010101110000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596994; }

 p { color: rgb(89,105,148); }

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

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

 a { background-color: rgb(89,105,148); }

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

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

 span { border-color: rgb(89,105,148); }

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