#554B41

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

Shades of Rock #554B41

Tints of Rock #554B41

Color information

#554B41 (or 0x554B41) is unknown color: approx Rock. HEX triplet: 55, 4B and 41. RGB value is (85,75,65). Sum of RGB (Red+Green+Blue) = 85+75+65=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B41 is #AAB4BE. Grayscale: #4C4C4C. Windows color (decimal): -11187391 or 4279125. OLE color: 4279125.

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

Color convert

RGB857565-
CMYK00.120.240.67
HSL30º13.33%29.41%-
HSV(B)30º23.53%33.33%-
XYZ7.227.356.04-
YUV76.85121.31133.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=37.78%
G=33.33%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85756500.120.240.673013.3329.41
Hex554B410C18431ed1d
Octal12511310101430103361535
Binary1010101100101110000010110011000100001111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,75,65); }

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

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

 a { background-color: rgb(85,75,65); }

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

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

 span { border-color: rgb(85,75,65); }

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