Html Css Color HEX #566A4A Tom Thumb

📋 copy color: '#566A4A'

red 86 ◦ green 106 ◦ blue 74

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

Shades of Tom Thumb #566A4A

Tints of Tom Thumb #566A4A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.85%

 BLUE value IS 74 (29.3% from 255) = 27.82%

R = 32.33%
G = 39.85%
B = 27.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#566A4A (or 0x566A4A) is known color: Tom Thumb. HEX triplet: 56, 6A and 4A. RGB value is (86,106,74). Sum of RGB (Red+Green+Blue) = 86+106+74=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 106 - color contains mainly: green. Hex color #566A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566A4A is #A995B5. Grayscale: #606060. Windows color (decimal): -11113910 or 4876886. OLE color: 4876886.

HSL color Cylindrical-coordinate representation of color #566A4A: hue angle of 97.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #566A4A is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 106 74 -
CMYK 0.19 0 0.30 0.58
HSL 97.5º 0.18% 0.35% -
HSV(B) 97.5º 0.3% 0.42% -
XYZ 10.23 12.78 8.41 -
YUV 96.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 86 106 74 0.19 0 0.30 0.58 97.5 0.18 0.35
Hex 56 6A 4A 13 0 1E 3A 62 12 23
Octal 126 152 112 23 0 36 72 142 22 43
Binary 1010110 1101010 1001010 10011 0 11110 111010 1100010 10010 100011

Color Harmonies of #566A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A4A

Black with #566A4A

Text Example


Text Example

White with #566A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566A4A; }

 p { color: rgb(86,106,74); }

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

background-color css

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

 a { background-color: rgb(86,106,74); }

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

border-color css

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

 span { border-color: rgb(86,106,74); }

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