#596598

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

Shades of Waikawa Grey #596598

Tints of Waikawa Grey #596598

Color information

#596598 (or 0x596598) is unknown color: approx Waikawa Grey. HEX triplet: 59, 65 and 98. RGB value is (89,101,152). Sum of RGB (Red+Green+Blue) = 89+101+152=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #596598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596598 is #A69A67. Grayscale: #676767. Windows color (decimal): -10918504 or 9987417. OLE color: 9987417.

HSL color Cylindrical-coordinate representation of color #596598: hue angle of 228.57º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #596598 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB89101152-
CMYK0.410.3400.40
HSL228.57º26.14%47.25%-
HSV(B)228.57º41.45%59.61%-
XYZ14.4413.731.59-
YUV103.23155.52117.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 152 (59.77% from 255) = 44.44%
R=26.02%
G=29.53%
B=44.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891011520.410.3400.40228.5726.1447.25
Hex5965982922028e51a2f
Octal13114523051420503453257
Binary101100111001011001100010100110001001010001110010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596598; }

 p { color: rgb(89,101,152); }

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

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

 a { background-color: rgb(89,101,152); }

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

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

 span { border-color: rgb(89,101,152); }

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