#59668E

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

Shades of Waikawa Grey #59668E

Tints of Waikawa Grey #59668E

Color information

#59668E (or 0x59668E) is unknown color: approx Waikawa Grey. HEX triplet: 59, 66 and 8E. RGB value is (89,102,142). Sum of RGB (Red+Green+Blue) = 89+102+142=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #59668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59668E is #A69971. Grayscale: #666666. Windows color (decimal): -10918258 or 9332313. OLE color: 9332313.

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

Color convert

RGB89102142-
CMYK0.370.2800.44
HSL225.28º22.94%45.29%-
HSV(B)225.28º37.32%55.69%-
XYZ13.7513.5827.49-
YUV102.67150.19118.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.73%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=26.73%
G=30.63%
B=42.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891021420.370.2800.44225.2822.9445.29
Hex59668E251C02Ce1172d
Octal13114621645340543412755
Binary10110011100110100011101001011110001011001110000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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