#596E93

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

Shades of Waikawa Grey #596E93

Tints of Waikawa Grey #596E93

Color information

#596E93 (or 0x596E93) is unknown color: approx Waikawa Grey. HEX triplet: 59, 6E and 93. RGB value is (89,110,147). Sum of RGB (Red+Green+Blue) = 89+110+147=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #596E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596E93 is #A6916C. Grayscale: #6B6B6B. Windows color (decimal): -10916205 or 9662041. OLE color: 9662041.

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

Color convert

RGB89110147-
CMYK0.390.2500.42
HSL218.28º24.58%46.27%-
HSV(B)218.28º39.46%57.65%-
XYZ14.9615.3829.78-
YUV107.94150.04114.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.72%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=25.72%
G=31.79%
B=42.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891101470.390.2500.42218.2824.5846.27
Hex596E93271902Ada192e
Octal13115622347310523323156
Binary10110011101110100100111001111100101010101101101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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