Html Css Color HEX #576050 Tom Thumb

📋 copy color: '#576050'

red 87 ◦ green 96 ◦ blue 80

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

Shades of Tom Thumb #576050

Tints of Tom Thumb #576050

RGB

 RED value IS 87 (34.38% from 255) = 33.08%

 GREEN value IS 96 (37.89% from 255) = 36.5%

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

R = 33.08%
G = 36.5%
B = 30.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#576050 (or 0x576050) is known color: Tom Thumb. HEX triplet: 57, 60 and 50. RGB value is (87,96,80). Sum of RGB (Red+Green+Blue) = 87+96+80=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 96 - color contains mainly: green. Hex color #576050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576050 is #A89FAF. Grayscale: #5B5B5B. Windows color (decimal): -11050928 or 5267543. OLE color: 5267543.

HSL color Cylindrical-coordinate representation of color #576050: hue angle of 93.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #576050 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 96 80 -
CMYK 0.09 0 0.17 0.62
HSL 93.75º 0.09% 0.35% -
HSV(B) 93.75º 0.17% 0.38% -
XYZ 9.56 10.97 9.2 -
YUV 91.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 87 96 80 0.09 0 0.17 0.62 93.75 0.09 0.35
Hex 57 60 50 9 0 11 3E 5E 9 23
Octal 127 140 120 11 0 21 76 136 11 43
Binary 1010111 1100000 1010000 1001 0 10001 111110 1011110 1001 100011

Color Harmonies of #576050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576050

Black with #576050

Text Example


Text Example

White with #576050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576050; }

 p { color: rgb(87,96,80); }

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

background-color css

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

 a { background-color: rgb(87,96,80); }

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

border-color css

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

 span { border-color: rgb(87,96,80); }

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