#596895

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

Shades of Waikawa Grey #596895

Tints of Waikawa Grey #596895

Color information

#596895 (or 0x596895) is unknown color: approx Waikawa Grey. HEX triplet: 59, 68 and 95. RGB value is (89,104,149). Sum of RGB (Red+Green+Blue) = 89+104+149=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #596895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596895 is #A6976A. Grayscale: #686868. Windows color (decimal): -10917739 or 9791577. OLE color: 9791577.

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

Color convert

RGB89104149-
CMYK0.400.3000.42
HSL225º25.21%46.67%-
HSV(B)225º40.27%58.43%-
XYZ14.4914.1930.41-
YUV104.64153.03116.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=26.02%
G=30.41%
B=43.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891041490.400.3000.4222525.2146.67
Hex596895281E02Ae1192f
Octal13115022550360523413157
Binary10110011101000100101011010001111001010101110000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596895; }

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

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

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

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

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

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

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

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