#596086

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

Shades of Waikawa Grey #596086

Tints of Waikawa Grey #596086

Color information

#596086 (or 0x596086) is unknown color: approx Waikawa Grey. HEX triplet: 59, 60 and 86. RGB value is (89,96,134). Sum of RGB (Red+Green+Blue) = 89+96+134=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #596086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596086 is #A69F79. Grayscale: #626262. Windows color (decimal): -10919802 or 8806489. OLE color: 8806489.

HSL color Cylindrical-coordinate representation of color #596086: hue angle of 230.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #596086 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8996134-
CMYK0.340.2800.47
HSL230.67º20.18%43.73%-
HSV(B)230.67º33.58%52.55%-
XYZ12.6112.2124.25-
YUV98.24148.18121.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.90%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=27.90%
G=30.09%
B=42.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89961340.340.2800.47230.6720.1843.73
Hex596086221C02Fe7142c
Octal13114020642340573472454
Binary10110011100000100001101000101110001011111110011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596086; }

 p { color: rgb(89,96,134); }

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

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

 a { background-color: rgb(89,96,134); }

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

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

 span { border-color: rgb(89,96,134); }

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