#59648E

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

Shades of Waikawa Grey #59648E

Tints of Waikawa Grey #59648E

Color information

#59648E (or 0x59648E) is unknown color: approx Waikawa Grey. HEX triplet: 59, 64 and 8E. RGB value is (89,100,142). Sum of RGB (Red+Green+Blue) = 89+100+142=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #59648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59648E is #A69B71. Grayscale: #656565. Windows color (decimal): -10918770 or 9331801. OLE color: 9331801.

HSL color Cylindrical-coordinate representation of color #59648E: hue angle of 227.55º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59648E is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89100142-
CMYK0.370.3000.44
HSL227.55º22.94%45.29%-
HSV(B)227.55º37.32%55.69%-
XYZ13.5613.1927.42-
YUV101.5150.86119.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.89%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=26.89%
G=30.21%
B=42.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891001420.370.3000.44227.5522.9445.29
Hex59648E251E02Ce4172d
Octal13114421645360543442755
Binary10110011100100100011101001011111001011001110010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59648E; }

 p { color: rgb(89,100,142); }

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

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

 a { background-color: rgb(89,100,142); }

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

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

 span { border-color: rgb(89,100,142); }

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