#59698E

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

Shades of Waikawa Grey #59698E

Tints of Waikawa Grey #59698E

Color information

#59698E (or 0x59698E) is unknown color: approx Waikawa Grey. HEX triplet: 59, 69 and 8E. RGB value is (89,105,142). Sum of RGB (Red+Green+Blue) = 89+105+142=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #59698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59698E is #A69671. Grayscale: #686868. Windows color (decimal): -10917490 or 9333081. OLE color: 9333081.

HSL color Cylindrical-coordinate representation of color #59698E: hue angle of 221.89º 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 #59698E is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89105142-
CMYK0.370.2600.44
HSL221.89º22.94%45.29%-
HSV(B)221.89º37.32%55.69%-
XYZ14.0514.1827.59-
YUV104.43149.2116.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.49%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=26.49%
G=31.25%
B=42.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891051420.370.2600.44221.8922.9445.29
Hex59698E251A02Cde172d
Octal13115121645320543362755
Binary10110011101001100011101001011101001011001101111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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