Html Css Color HEX #566450 Tom Thumb

📋 copy color: '#566450'

red 86 ◦ green 100 ◦ blue 80

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

Shades of Tom Thumb #566450

Tints of Tom Thumb #566450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.59%

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

R = 32.33%
G = 37.59%
B = 30.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#566450 (or 0x566450) is known color: Tom Thumb. HEX triplet: 56, 64 and 50. RGB value is (86,100,80). Sum of RGB (Red+Green+Blue) = 86+100+80=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 100 - color contains mainly: green. Hex color #566450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566450 is #A99BAF. Grayscale: #5D5D5D. Windows color (decimal): -11115440 or 5268566. OLE color: 5268566.

HSL color Cylindrical-coordinate representation of color #566450: hue angle of 102º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #566450 is Cyan = 0.14, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 100 80 -
CMYK 0.14 0 0.2 0.61
HSL 102º 0.11% 0.35% -
HSV(B) 102º 0.2% 0.39% -
XYZ 9.84 11.67 9.32 -
YUV 93.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 86 100 80 0.14 0 0.2 0.61 102 0.11 0.35
Hex 56 64 50 E 0 14 3D 66 B 23
Octal 126 144 120 16 0 24 75 146 13 43
Binary 1010110 1100100 1010000 1110 0 10100 111101 1100110 1011 100011

Color Harmonies of #566450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566450

Black with #566450

Text Example


Text Example

White with #566450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566450; }

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

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

background-color css

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

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

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

border-color css

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

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

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