Html Css Color HEX #506544 Tom Thumb

📋 copy color: '#506544'

red 80 ◦ green 101 ◦ blue 68

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

Shades of Tom Thumb #506544

Tints of Tom Thumb #506544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.31%

R = 32.13%
G = 40.56%
B = 27.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#506544 (or 0x506544) is known color: Tom Thumb. HEX triplet: 50, 65 and 44. RGB value is (80,101,68). Sum of RGB (Red+Green+Blue) = 80+101+68=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #506544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506544 is #AF9ABB. Grayscale: #5B5B5B. Windows color (decimal): -11508412 or 4482384. OLE color: 4482384.

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

Color convert

RGB 80 101 68 -
CMYK 0.21 0 0.33 0.60
HSL 98.18º 0.2% 0.33% -
HSV(B) 98.18º 0.33% 0.4% -
XYZ 9.01 11.43 7.2 -
YUV 90.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 80 101 68 0.21 0 0.33 0.60 98.18 0.2 0.33
Hex 50 65 44 15 0 21 3C 62 14 21
Octal 120 145 104 25 0 41 74 142 24 41
Binary 1010000 1100101 1000100 10101 0 100001 111100 1100010 10100 100001

Color Harmonies of #506544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506544

Black with #506544

Text Example


Text Example

White with #506544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506544; }

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

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

background-color css

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

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

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

border-color css

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

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

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