#596E9B

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

Shades of Waikawa Grey #596E9B

Tints of Waikawa Grey #596E9B

Color information

#596E9B (or 0x596E9B) is unknown color: approx Waikawa Grey. HEX triplet: 59, 6E and 9B. RGB value is (89,110,155). Sum of RGB (Red+Green+Blue) = 89+110+155=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #596E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596E9B is #A69164. Grayscale: #6C6C6C. Windows color (decimal): -10916197 or 10186329. OLE color: 10186329.

HSL color Cylindrical-coordinate representation of color #596E9B: hue angle of 220.91º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #596E9B is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89110155-
CMYK0.430.2900.39
HSL220.91º27.05%47.84%-
HSV(B)220.91º42.58%60.78%-
XYZ15.6115.6433.21-
YUV108.85154.04113.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.14%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=25.14%
G=31.07%
B=43.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891101550.430.2900.39220.9127.0547.84
Hex596E9B2B1D027dd1b30
Octal13115623353350473353360
Binary10110011101110100110111010111110101001111101110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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