#596393

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

Shades of Waikawa Grey #596393

Tints of Waikawa Grey #596393

Color information

#596393 (or 0x596393) is unknown color: approx Waikawa Grey. HEX triplet: 59, 63 and 93. RGB value is (89,99,147). Sum of RGB (Red+Green+Blue) = 89+99+147=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #596393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596393 is #A69C6C. Grayscale: #656565. Windows color (decimal): -10919021 or 9659225. OLE color: 9659225.

HSL color Cylindrical-coordinate representation of color #596393: hue angle of 229.66º 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 #596393 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8999147-
CMYK0.390.3300.42
HSL229.66º24.58%46.27%-
HSV(B)229.66º39.46%57.65%-
XYZ13.8513.1529.41-
YUV101.48153.69119.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 147 (57.81% from 255) = 43.88%
R=26.57%
G=29.55%
B=43.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89991470.390.3300.42229.6624.5846.27
Hex596393272102Ae6192e
Octal13114322347410523463156
Binary101100111000111001001110011110000101010101110011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596393; }

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

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

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

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

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

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

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

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