#596593

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

Shades of Waikawa Grey #596593

Tints of Waikawa Grey #596593

Color information

#596593 (or 0x596593) is unknown color: approx Waikawa Grey. HEX triplet: 59, 65 and 93. RGB value is (89,101,147). Sum of RGB (Red+Green+Blue) = 89+101+147=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #596593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596593 is #A69A6C. Grayscale: #666666. Windows color (decimal): -10918509 or 9659737. OLE color: 9659737.

HSL color Cylindrical-coordinate representation of color #596593: hue angle of 227.59º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #596593 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89101147-
CMYK0.390.3100.42
HSL227.59º24.58%46.27%-
HSV(B)227.59º39.46%57.65%-
XYZ14.0413.5429.48-
YUV102.66153.02118.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.41%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=26.41%
G=29.97%
B=43.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891011470.390.3100.42227.5924.5846.27
Hex596593271F02Ae4192e
Octal13114522347370523443156
Binary10110011100101100100111001111111101010101110010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596593; }

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

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

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

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

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

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

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

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