#596A9D

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

Shades of Waikawa Grey #596A9D

Tints of Waikawa Grey #596A9D

Color information

#596A9D (or 0x596A9D) is unknown color: approx Waikawa Grey. HEX triplet: 59, 6A and 9D. RGB value is (89,106,157). Sum of RGB (Red+Green+Blue) = 89+106+157=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #596A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596A9D is #A69562. Grayscale: #6A6A6A. Windows color (decimal): -10917219 or 10316377. OLE color: 10316377.

HSL color Cylindrical-coordinate representation of color #596A9D: hue angle of 225º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #596A9D is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB89106157-
CMYK0.430.3200.38
HSL225º27.64%48.24%-
HSV(B)225º43.31%61.57%-
XYZ15.3614.8733.96-
YUV106.73156.37115.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 106 (41.80% from 255) = 30.11%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=25.28%
G=30.11%
B=44.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891061570.430.3200.3822527.6448.24
Hex596A9D2B20026e11c30
Octal13115223553400463413460
Binary101100111010101001110110101110000001001101110000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,106,157); }

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

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

 a { background-color: rgb(89,106,157); }

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

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

 span { border-color: rgb(89,106,157); }

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