Html Css Color HEX #505D4B Tom Thumb

📋 copy color: '#505D4B'

red 80 ◦ green 93 ◦ blue 75

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

Shades of Tom Thumb #505D4B

Tints of Tom Thumb #505D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.5%

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 32.26%
G = 37.5%
B = 30.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#505D4B (or 0x505D4B) is known color: Tom Thumb. HEX triplet: 50, 5D and 4B. RGB value is (80,93,75). Sum of RGB (Red+Green+Blue) = 80+93+75=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 93 - color contains mainly: green. Hex color #505D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505D4B is #AFA2B4. Grayscale: #575757. Windows color (decimal): -11510453 or 4939088. OLE color: 4939088.

HSL color Cylindrical-coordinate representation of color #505D4B: hue angle of 103.33º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #505D4B is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 93 75 -
CMYK 0.14 0 0.19 0.64
HSL 103.33º 0.11% 0.33% -
HSV(B) 103.33º 0.19% 0.36% -
XYZ 8.49 10.04 8.15 -
YUV 87.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 80 93 75 0.14 0 0.19 0.64 103.33 0.11 0.33
Hex 50 5D 4B E 0 13 40 67 B 21
Octal 120 135 113 16 0 23 100 147 13 41
Binary 1010000 1011101 1001011 1110 0 10011 1000000 1100111 1011 100001

Color Harmonies of #505D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D4B

Black with #505D4B

Text Example


Text Example

White with #505D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505D4B; }

 p { color: rgb(80,93,75); }

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

background-color css

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

 a { background-color: rgb(80,93,75); }

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

border-color css

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

 span { border-color: rgb(80,93,75); }

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