#596E92

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

Shades of Waikawa Grey #596E92

Tints of Waikawa Grey #596E92

Color information

#596E92 (or 0x596E92) is unknown color: approx Waikawa Grey. HEX triplet: 59, 6E and 92. RGB value is (89,110,146). Sum of RGB (Red+Green+Blue) = 89+110+146=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #596E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596E92 is #A6916D. Grayscale: #6B6B6B. Windows color (decimal): -10916206 or 9596505. OLE color: 9596505.

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

Color convert

RGB89110146-
CMYK0.390.2500.43
HSL217.89º24.26%46.08%-
HSV(B)217.89º39.04%57.25%-
XYZ14.8815.3529.37-
YUV107.82149.54114.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=25.80%
G=31.88%
B=42.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891101460.390.2500.43217.8924.2646.08
Hex596E92271902Bda182e
Octal13115622247310533323056
Binary10110011101110100100101001111100101010111101101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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