#54564B

Color #54564B Gravel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gravel #54564B

Tints of Gravel #54564B

Color information

#54564B (or 0x54564B) is unknown color: approx Gravel. HEX triplet: 54, 56 and 4B. RGB value is (84,86,75). Sum of RGB (Red+Green+Blue) = 84+86+75=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 86 - color contains mainly: green. Hex color #54564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54564B is #ABA9B4. Grayscale: #545454. Windows color (decimal): -11250101 or 4937300. OLE color: 4937300.

HSL color Cylindrical-coordinate representation of color #54564B: hue angle of 70.91º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #54564B is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB848675-
CMYK0.0200.130.66
HSL70.91º6.83%31.57%-
HSV(B)70.91º12.79%33.73%-
XYZ8.259.057.97-
YUV84.15122.84127.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=34.29%
G=35.10%
B=30.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8486750.0200.130.6670.916.8331.57
Hex54564B20D4247720
Octal1241261132015102107740
Binary101010010101101001011100110110000101000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54564B; }

 p { color: rgb(84,86,75); }

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

<style>
 a { background-color: #54564B; }

 a { background-color: rgb(84,86,75); }

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

<style>
 span { border-color: #54564B; }

 span { border-color: rgb(84,86,75); }

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