#59668A

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

Shades of Waikawa Grey #59668A

Tints of Waikawa Grey #59668A

Color information

#59668A (or 0x59668A) is unknown color: approx Waikawa Grey. HEX triplet: 59, 66 and 8A. RGB value is (89,102,138). Sum of RGB (Red+Green+Blue) = 89+102+138=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #59668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59668A is #A69975. Grayscale: #666666. Windows color (decimal): -10918262 or 9070169. OLE color: 9070169.

HSL color Cylindrical-coordinate representation of color #59668A: hue angle of 224.08º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59668A is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB89102138-
CMYK0.360.2600.46
HSL224.08º21.59%44.51%-
HSV(B)224.08º35.51%54.12%-
XYZ13.4613.4625.93-
YUV102.22148.19118.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=27.05%
G=31.00%
B=41.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal891021380.360.2600.46224.0821.5944.51
Hex59668A241A02Ee0162d
Octal13114621244320563402655
Binary10110011100110100010101001001101001011101110000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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