#596F9A

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

Shades of Waikawa Grey #596F9A

Tints of Waikawa Grey #596F9A

Color information

#596F9A (or 0x596F9A) is unknown color: approx Waikawa Grey. HEX triplet: 59, 6F and 9A. RGB value is (89,111,154). Sum of RGB (Red+Green+Blue) = 89+111+154=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #596F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596F9A is #A69065. Grayscale: #6D6D6D. Windows color (decimal): -10915942 or 10121049. OLE color: 10121049.

HSL color Cylindrical-coordinate representation of color #596F9A: hue angle of 219.69º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #596F9A is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB89111154-
CMYK0.420.2800.40
HSL219.69º26.75%47.65%-
HSV(B)219.69º42.21%60.39%-
XYZ15.6415.8332.8-
YUV109.32153.21113.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.14%
GREEN value IS 111 (43.75% from 255) = 31.36%
BLUE value IS 154 (60.55% from 255) = 43.50%
R=25.14%
G=31.36%
B=43.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891111540.420.2800.40219.6926.7547.65
Hex596F9A2A1C028dc1b30
Octal13115723252340503343360
Binary10110011101111100110101010101110001010001101110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,111,154); }

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

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

 a { background-color: rgb(89,111,154); }

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

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

 span { border-color: rgb(89,111,154); }

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