Html Css Color HEX #53544E Gravel

📋 copy color: '#53544E'

red 83 ◦ green 84 ◦ blue 78

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

Shades of Gravel #53544E

Tints of Gravel #53544E

RGB

 RED value IS 83 (32.81% from 255) = 33.88%

 GREEN value IS 84 (33.2% from 255) = 34.29%

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 33.88%
G = 34.29%
B = 31.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#53544E (or 0x53544E) is known color: Gravel. HEX triplet: 53, 54 and 4E. RGB value is (83,84,78). Sum of RGB (Red+Green+Blue) = 83+84+78=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 84 - color contains mainly: green. Hex color #53544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53544E is #ACABB1. Grayscale: #535353. Windows color (decimal): -11316146 or 5133395. OLE color: 5133395.

HSL color Cylindrical-coordinate representation of color #53544E: hue angle of 70º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #53544E is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 84 78 -
CMYK 0.01 0 0.07 0.67
HSL 70º 0.04% 0.32% -
HSV(B) 70º 0.07% 0.33% -
XYZ 8.11 8.73 8.47 -
YUV 83.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 83 84 78 0.01 0 0.07 0.67 70 0.04 0.32
Hex 53 54 4E 1 0 7 43 46 4 20
Octal 123 124 116 1 0 7 103 106 4 40
Binary 1010011 1010100 1001110 1 0 111 1000011 1000110 100 100000

Color Harmonies of #53544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53544E

Black with #53544E

Text Example


Text Example

White with #53544E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53544E; }

 p { color: rgb(83,84,78); }

 H1.HeaderClassName
 {
   color: #53544E;
 }
 .AnyTagClassName
 {
   color: #53544E;
 }
</style>

background-color css

<style>
 a { background-color: #53544E; }

 a { background-color: rgb(83,84,78); }

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

border-color css

<style>
 span { border-color: #53544E; }

 span { border-color: rgb(83,84,78); }

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