Html Css Color HEX #574456 Purple Taupe

📋 copy color: '#574456'

red 87 ◦ green 68 ◦ blue 86

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

Shades of Purple Taupe #574456

Tints of Purple Taupe #574456

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

 BLUE value IS 86 (33.98% from 255) = 35.68%

R = 36.1%
G = 28.22%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#574456 (or 0x574456) is known color: Purple Taupe. HEX triplet: 57, 44 and 56. RGB value is (87,68,86). Sum of RGB (Red+Green+Blue) = 87+68+86=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 87 - color contains mainly: red. Hex color #574456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574456 is #A8BBA9. Grayscale: #4B4B4B. Windows color (decimal): -11058090 or 5653591. OLE color: 5653591.

HSL color Cylindrical-coordinate representation of color #574456: hue angle of 303.16º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574456 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 68 86 -
CMYK 0 0.22 0.01 0.66
HSL 303.16º 0.12% 0.3% -
HSV(B) 303.16º 0.22% 0.34% -
XYZ 7.68 6.83 9.72 -
YUV 75.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 87 68 86 0 0.22 0.01 0.66 303.16 0.12 0.3
Hex 57 44 56 0 16 1 42 12F C 1E
Octal 127 104 126 0 26 1 102 457 14 36
Binary 1010111 1000100 1010110 0 10110 1 1000010 100101111 1100 11110

Color Harmonies of #574456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574456

Black with #574456

Text Example


Text Example

White with #574456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574456; }

 p { color: rgb(87,68,86); }

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

background-color css

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

 a { background-color: rgb(87,68,86); }

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

border-color css

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

 span { border-color: rgb(87,68,86); }

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