Html Css Color HEX #54564A Gravel

📋 copy color: '#54564A'

red 84 ◦ green 86 ◦ blue 74

#54564A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gravel #54564A

Tints of Gravel #54564A

RGB

 RED value IS 84 (33.2% from 255) = 34.43%

 GREEN value IS 86 (33.98% from 255) = 35.25%

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 34.43%
G = 35.25%
B = 30.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#54564A (or 0x54564A) is known color: Gravel. HEX triplet: 54, 56 and 4A. RGB value is (84,86,74). Sum of RGB (Red+Green+Blue) = 84+86+74=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 86 - color contains mainly: green. Hex color #54564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54564A is #ABA9B5. Grayscale: #545454. Windows color (decimal): -11250102 or 4871764. OLE color: 4871764.

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

Color convert

RGB 84 86 74 -
CMYK 0.02 0 0.14 0.66
HSL 70º 0.08% 0.31% -
HSV(B) 70º 0.14% 0.34% -
XYZ 8.22 9.03 7.79 -
YUV 84.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 84 86 74 0.02 0 0.14 0.66 70 0.08 0.31
Hex 54 56 4A 2 0 E 42 46 8 1F
Octal 124 126 112 2 0 16 102 106 10 37
Binary 1010100 1010110 1001010 10 0 1110 1000010 1000110 1000 11111

Color Harmonies of #54564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54564A

Black with #54564A

Text Example


Text Example

White with #54564A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54564A;
 }
 .AnyTagClassName
 {
   color: #54564A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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