#596795

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

Shades of Waikawa Grey #596795

Tints of Waikawa Grey #596795

Color information

#596795 (or 0x596795) is unknown color: approx Waikawa Grey. HEX triplet: 59, 67 and 95. RGB value is (89,103,149). Sum of RGB (Red+Green+Blue) = 89+103+149=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #596795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596795 is #A6986A. Grayscale: #676767. Windows color (decimal): -10917995 or 9791321. OLE color: 9791321.

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

Color convert

RGB89103149-
CMYK0.400.3100.42
HSL226º25.21%46.67%-
HSV(B)226º40.27%58.43%-
XYZ14.3913.9930.38-
YUV104.06153.36117.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=26.10%
G=30.21%
B=43.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891031490.400.3100.4222625.2146.67
Hex596795281F02Ae2192f
Octal13114722550370523423157
Binary10110011100111100101011010001111101010101110001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596795; }

 p { color: rgb(89,103,149); }

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

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

 a { background-color: rgb(89,103,149); }

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

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

 span { border-color: rgb(89,103,149); }

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