#554F49

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

Shades of Rock #554F49

Tints of Rock #554F49

Color information

#554F49 (or 0x554F49) is unknown color: approx Rock. HEX triplet: 55, 4F and 49. RGB value is (85,79,73). Sum of RGB (Red+Green+Blue) = 85+79+73=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #554F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F49 is #AAB0B6. Grayscale: #505050. Windows color (decimal): -11186359 or 4804437. OLE color: 4804437.

HSL color Cylindrical-coordinate representation of color #554F49: hue angle of 30º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #554F49 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB857973-
CMYK00.070.140.67
HSL30º7.59%30.98%-
HSV(B)30º14.12%33.33%-
XYZ7.7487.44-
YUV80.11123.99131.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=35.86%
G=33.33%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85797300.070.140.67307.5930.98
Hex554F4907E431e81f
Octal1251171110716103361037
Binary10101011001111100100101111110100001111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554F49; }

 p { color: rgb(85,79,73); }

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

<style>
 a { background-color: #554F49; }

 a { background-color: rgb(85,79,73); }

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

<style>
 span { border-color: #554F49; }

 span { border-color: rgb(85,79,73); }

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