#596792

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

Shades of Waikawa Grey #596792

Tints of Waikawa Grey #596792

Color information

#596792 (or 0x596792) is unknown color: approx Waikawa Grey. HEX triplet: 59, 67 and 92. RGB value is (89,103,146). Sum of RGB (Red+Green+Blue) = 89+103+146=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #596792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596792 is #A6986D. Grayscale: #676767. Windows color (decimal): -10917998 or 9594713. OLE color: 9594713.

HSL color Cylindrical-coordinate representation of color #596792: hue angle of 225.26º 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 #596792 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB89103146-
CMYK0.390.2900.43
HSL225.26º24.26%46.08%-
HSV(B)225.26º39.04%57.25%-
XYZ14.1613.929.13-
YUV103.72151.86117.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.33%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=26.33%
G=30.47%
B=43.20%

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
Decimal891031460.390.2900.43225.2624.2646.08
Hex596792271D02Be1182e
Octal13114722247350533413056
Binary10110011100111100100101001111110101010111110000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596792; }

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

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

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

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

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

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

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

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