Html Css Color HEX #53554C Gravel

📋 copy color: '#53554C'

red 83 ◦ green 85 ◦ blue 76

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

Shades of Gravel #53554C

Tints of Gravel #53554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.84%

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 34.02%
G = 34.84%
B = 31.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#53554C (or 0x53554C) is known color: Gravel. HEX triplet: 53, 55 and 4C. RGB value is (83,85,76). Sum of RGB (Red+Green+Blue) = 83+85+76=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 85 - color contains mainly: green. Hex color #53554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53554C is #ACAAB3. Grayscale: #535353. Windows color (decimal): -11315892 or 5002579. OLE color: 5002579.

HSL color Cylindrical-coordinate representation of color #53554C: hue angle of 73.33º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #53554C is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 85 76 -
CMYK 0.02 0 0.11 0.67
HSL 73.33º 0.06% 0.32% -
HSV(B) 73.33º 0.11% 0.33% -
XYZ 8.12 8.86 8.12 -
YUV 83.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 83 85 76 0.02 0 0.11 0.67 73.33 0.06 0.32
Hex 53 55 4C 2 0 B 43 49 6 20
Octal 123 125 114 2 0 13 103 111 6 40
Binary 1010011 1010101 1001100 10 0 1011 1000011 1001001 110 100000

Color Harmonies of #53554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53554C

Black with #53554C

Text Example


Text Example

White with #53554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53554C; }

 p { color: rgb(83,85,76); }

 H1.HeaderClassName
 {
   color: #53554C;
 }
 .AnyTagClassName
 {
   color: #53554C;
 }
</style>

background-color css

<style>
 a { background-color: #53554C; }

 a { background-color: rgb(83,85,76); }

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

border-color css

<style>
 span { border-color: #53554C; }

 span { border-color: rgb(83,85,76); }

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