Html Css Color HEX #53554A Gravel

📋 copy color: '#53554A'

red 83 ◦ green 85 ◦ blue 74

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

Shades of Gravel #53554A

Tints of Gravel #53554A

RGB

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

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

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

R = 34.3%
G = 35.12%
B = 30.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#53554A (or 0x53554A) is known color: Gravel. HEX triplet: 53, 55 and 4A. RGB value is (83,85,74). Sum of RGB (Red+Green+Blue) = 83+85+74=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 85 - color contains mainly: green. Hex color #53554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53554A is #ACAAB5. Grayscale: #535353. Windows color (decimal): -11315894 or 4871507. OLE color: 4871507.

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

Color convert

RGB 83 85 74 -
CMYK 0.02 0 0.13 0.67
HSL 70.91º 0.07% 0.31% -
HSV(B) 70.91º 0.13% 0.33% -
XYZ 8.05 8.83 7.76 -
YUV 83.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 83 85 74 0.02 0 0.13 0.67 70.91 0.07 0.31
Hex 53 55 4A 2 0 D 43 47 7 1F
Octal 123 125 112 2 0 15 103 107 7 37
Binary 1010011 1010101 1001010 10 0 1101 1000011 1000111 111 11111

Color Harmonies of #53554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53554A

Black with #53554A

Text Example


Text Example

White with #53554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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