Html Css Color HEX #506541 Tom Thumb

📋 copy color: '#506541'

red 80 ◦ green 101 ◦ blue 65

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

Shades of Tom Thumb #506541

Tints of Tom Thumb #506541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.06%

 BLUE value IS 65 (25.78% from 255) = 26.42%

R = 32.52%
G = 41.06%
B = 26.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#506541 (or 0x506541) is known color: Tom Thumb. HEX triplet: 50, 65 and 41. RGB value is (80,101,65). Sum of RGB (Red+Green+Blue) = 80+101+65=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #506541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506541 is #AF9ABE. Grayscale: #5A5A5A. Windows color (decimal): -11508415 or 4285776. OLE color: 4285776.

HSL color Cylindrical-coordinate representation of color #506541: hue angle of 95º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #506541 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 101 65 -
CMYK 0.21 0 0.36 0.60
HSL 95º 0.22% 0.33% -
HSV(B) 95º 0.36% 0.4% -
XYZ 8.92 11.39 6.73 -
YUV 90.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 80 101 65 0.21 0 0.36 0.60 95 0.22 0.33
Hex 50 65 41 15 0 24 3C 5F 16 21
Octal 120 145 101 25 0 44 74 137 26 41
Binary 1010000 1100101 1000001 10101 0 100100 111100 1011111 10110 100001

Color Harmonies of #506541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506541

Black with #506541

Text Example


Text Example

White with #506541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506541; }

 p { color: rgb(80,101,65); }

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

background-color css

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

 a { background-color: rgb(80,101,65); }

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

border-color css

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

 span { border-color: rgb(80,101,65); }

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