Html Css Color HEX #574650 Liver

📋 copy color: '#574650'

red 87 ◦ green 70 ◦ blue 80

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

Shades of Liver #574650

Tints of Liver #574650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

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

R = 36.71%
G = 29.54%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#574650 (or 0x574650) is known color: Liver. HEX triplet: 57, 46 and 50. RGB value is (87,70,80). Sum of RGB (Red+Green+Blue) = 87+70+80=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #574650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574650 is #A8B9AF. Grayscale: #4C4C4C. Windows color (decimal): -11057584 or 5260887. OLE color: 5260887.

HSL color Cylindrical-coordinate representation of color #574650: hue angle of 324.71º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #574650 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 70 80 -
CMYK 0 0.20 0.08 0.66
HSL 324.71º 0.11% 0.31% -
HSV(B) 324.71º 0.2% 0.34% -
XYZ 7.57 6.99 8.54 -
YUV 76.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 87 70 80 0 0.20 0.08 0.66 324.71 0.11 0.31
Hex 57 46 50 0 14 8 42 145 B 1F
Octal 127 106 120 0 24 10 102 505 13 37
Binary 1010111 1000110 1010000 0 10100 1000 1000010 101000101 1011 11111

Color Harmonies of #574650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574650

Black with #574650

Text Example


Text Example

White with #574650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574650; }

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

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

background-color css

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

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

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

border-color css

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

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

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