Html Css Color HEX #505345 Gravel

📋 copy color: '#505345'

red 80 ◦ green 83 ◦ blue 69

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

Shades of Gravel #505345

Tints of Gravel #505345

RGB

 RED value IS 80 (31.64% from 255) = 34.48%

 GREEN value IS 83 (32.81% from 255) = 35.78%

 BLUE value IS 69 (27.34% from 255) = 29.74%

R = 34.48%
G = 35.78%
B = 29.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#505345 (or 0x505345) is known color: Gravel. HEX triplet: 50, 53 and 45. RGB value is (80,83,69). Sum of RGB (Red+Green+Blue) = 80+83+69=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #505345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505345 is #AFACBA. Grayscale: #505050. Windows color (decimal): -11513019 or 4543312. OLE color: 4543312.

HSL color Cylindrical-coordinate representation of color #505345: hue angle of 72.86º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #505345 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 69 -
CMYK 0.04 0 0.17 0.67
HSL 72.86º 0.09% 0.3% -
HSV(B) 72.86º 0.17% 0.33% -
XYZ 7.48 8.32 6.84 -
YUV 80.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 80 83 69 0.04 0 0.17 0.67 72.86 0.09 0.3
Hex 50 53 45 4 0 11 43 49 9 1E
Octal 120 123 105 4 0 21 103 111 11 36
Binary 1010000 1010011 1000101 100 0 10001 1000011 1001001 1001 11110

Color Harmonies of #505345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505345

Black with #505345

Text Example


Text Example

White with #505345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505345; }

 p { color: rgb(80,83,69); }

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

background-color css

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

 a { background-color: rgb(80,83,69); }

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

border-color css

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

 span { border-color: rgb(80,83,69); }

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