#59688E

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

Shades of Waikawa Grey #59688E

Tints of Waikawa Grey #59688E

Color information

#59688E (or 0x59688E) is unknown color: approx Waikawa Grey. HEX triplet: 59, 68 and 8E. RGB value is (89,104,142). Sum of RGB (Red+Green+Blue) = 89+104+142=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #59688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59688E is #A69771. Grayscale: #676767. Windows color (decimal): -10917746 or 9332825. OLE color: 9332825.

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

Color convert

RGB89104142-
CMYK0.370.2700.44
HSL223.02º22.94%45.29%-
HSV(B)223.02º37.32%55.69%-
XYZ13.9513.9827.55-
YUV103.85149.53117.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=26.57%
G=31.04%
B=42.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891041420.370.2700.44223.0222.9445.29
Hex59688E251B02Cdf172d
Octal13115021645330543372755
Binary10110011101000100011101001011101101011001101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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