Html Css Color HEX #535549 Gravel

📋 copy color: '#535549'

red 83 ◦ green 85 ◦ blue 73

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

Shades of Gravel #535549

Tints of Gravel #535549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.29%

R = 34.44%
G = 35.27%
B = 30.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#535549 (or 0x535549) is known color: Gravel. HEX triplet: 53, 55 and 49. RGB value is (83,85,73). Sum of RGB (Red+Green+Blue) = 83+85+73=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 85 - color contains mainly: green. Hex color #535549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535549 is #ACAAB6. Grayscale: #535353. Windows color (decimal): -11315895 or 4805971. OLE color: 4805971.

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

Color convert

RGB 83 85 73 -
CMYK 0.02 0 0.14 0.67
HSL 70º 0.08% 0.31% -
HSV(B) 70º 0.14% 0.33% -
XYZ 8.02 8.82 7.58 -
YUV 83.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 83 85 73 0.02 0 0.14 0.67 70 0.08 0.31
Hex 53 55 49 2 0 E 43 46 8 1F
Octal 123 125 111 2 0 16 103 106 10 37
Binary 1010011 1010101 1001001 10 0 1110 1000011 1000110 1000 11111

Color Harmonies of #535549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535549

Black with #535549

Text Example


Text Example

White with #535549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535549; }

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

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

background-color css

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

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

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

border-color css

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

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

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