#59514A

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

Shades of Rock #59514A

Tints of Rock #59514A

Color information

#59514A (or 0x59514A) is unknown color: approx Rock. HEX triplet: 59, 51 and 4A. RGB value is (89,81,74). Sum of RGB (Red+Green+Blue) = 89+81+74=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #59514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59514A is #A6AEB5. Grayscale: #525252. Windows color (decimal): -10923702 or 4870489. OLE color: 4870489.

HSL color Cylindrical-coordinate representation of color #59514A: hue angle of 28º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #59514A is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB898174-
CMYK00.090.170.65
HSL28º9.2%31.96%-
HSV(B)28º16.85%34.9%-
XYZ8.38.57.68-
YUV82.59123.15132.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.48%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=36.48%
G=33.20%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89817400.090.170.65289.231.96
Hex59514A0911411c920
Octal13112111201121101341140
Binary10110011010001100101001001100011000001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,81,74); }

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

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

 a { background-color: rgb(89,81,74); }

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

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

 span { border-color: rgb(89,81,74); }

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