#596088

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

Shades of Waikawa Grey #596088

Tints of Waikawa Grey #596088

Color information

#596088 (or 0x596088) is unknown color: approx Waikawa Grey. HEX triplet: 59, 60 and 88. RGB value is (89,96,136). Sum of RGB (Red+Green+Blue) = 89+96+136=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #596088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596088 is #A69F77. Grayscale: #626262. Windows color (decimal): -10919800 or 8937561. OLE color: 8937561.

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

Color convert

RGB8996136-
CMYK0.350.2900.47
HSL231.06º20.89%44.12%-
HSV(B)231.06º34.56%53.33%-
XYZ12.7512.2724.99-
YUV98.47149.18121.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 136 (53.52% from 255) = 42.37%
R=27.73%
G=29.91%
B=42.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89961360.350.2900.47231.0620.8944.12
Hex596088231D02Fe7152c
Octal13114021043350573472554
Binary10110011100000100010001000111110101011111110011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596088; }

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

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

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

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

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

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

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

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