Html Css Color HEX #566550 Tom Thumb

📋 copy color: '#566550'

red 86 ◦ green 101 ◦ blue 80

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

Shades of Tom Thumb #566550

Tints of Tom Thumb #566550

RGB

 RED value IS 86 (33.98% from 255) = 32.21%

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

 BLUE value IS 80 (31.64% from 255) = 29.96%

R = 32.21%
G = 37.83%
B = 29.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#566550 (or 0x566550) is known color: Tom Thumb. HEX triplet: 56, 65 and 50. RGB value is (86,101,80). Sum of RGB (Red+Green+Blue) = 86+101+80=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 101 - color contains mainly: green. Hex color #566550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566550 is #A99AAF. Grayscale: #5E5E5E. Windows color (decimal): -11115184 or 5268822. OLE color: 5268822.

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

Color convert

RGB 86 101 80 -
CMYK 0.15 0 0.21 0.60
HSL 102.86º 0.12% 0.35% -
HSV(B) 102.86º 0.21% 0.4% -
XYZ 9.94 11.86 9.36 -
YUV 94.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 86 101 80 0.15 0 0.21 0.60 102.86 0.12 0.35
Hex 56 65 50 F 0 15 3C 67 C 23
Octal 126 145 120 17 0 25 74 147 14 43
Binary 1010110 1100101 1010000 1111 0 10101 111100 1100111 1100 100011

Color Harmonies of #566550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566550

Black with #566550

Text Example


Text Example

White with #566550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566550; }

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

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

background-color css

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

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

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

border-color css

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

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

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