#596892

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

Shades of Waikawa Grey #596892

Tints of Waikawa Grey #596892

Color information

#596892 (or 0x596892) is unknown color: approx Waikawa Grey. HEX triplet: 59, 68 and 92. RGB value is (89,104,146). Sum of RGB (Red+Green+Blue) = 89+104+146=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #596892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596892 is #A6976D. Grayscale: #686868. Windows color (decimal): -10917742 or 9594969. OLE color: 9594969.

HSL color Cylindrical-coordinate representation of color #596892: hue angle of 224.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #596892 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB89104146-
CMYK0.390.2900.43
HSL224.21º24.26%46.08%-
HSV(B)224.21º39.04%57.25%-
XYZ14.2614.129.16-
YUV104.3151.53117.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=26.25%
G=30.68%
B=43.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891041460.390.2900.43224.2124.2646.08
Hex596892271D02Be0182e
Octal13115022247350533403056
Binary10110011101000100100101001111110101010111110000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596892; }

 p { color: rgb(89,104,146); }

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

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

 a { background-color: rgb(89,104,146); }

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

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

 span { border-color: rgb(89,104,146); }

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