#554D46

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

Shades of Rock #554D46

Tints of Rock #554D46

Color information

#554D46 (or 0x554D46) is unknown color: approx Rock. HEX triplet: 55, 4D and 46. RGB value is (85,77,70). Sum of RGB (Red+Green+Blue) = 85+77+70=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #554D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D46 is #AAB2B9. Grayscale: #4E4E4E. Windows color (decimal): -11186874 or 4607317. OLE color: 4607317.

HSL color Cylindrical-coordinate representation of color #554D46: hue angle of 28º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #554D46 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB857770-
CMYK00.090.180.67
HSL28º9.68%30.39%-
HSV(B)28º17.65%33.33%-
XYZ7.517.686.88-
YUV78.59123.15132.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=36.64%
G=33.19%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85777000.090.180.67289.6830.39
Hex554D460912431ca1e
Octal12511510601122103341236
Binary1010101100110110001100100110010100001111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,77,70); }

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

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

 a { background-color: rgb(85,77,70); }

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

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

 span { border-color: rgb(85,77,70); }

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