#574556

Color #574556 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #574556

Tints of Purple Taupe #574556

Color information

#574556 (or 0x574556) is unknown color: approx Purple Taupe. HEX triplet: 57, 45 and 56. RGB value is (87,69,86). Sum of RGB (Red+Green+Blue) = 87+69+86=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 87 - color contains mainly: red. Hex color #574556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574556 is #A8BAA9. Grayscale: #4C4C4C. Windows color (decimal): -11057834 or 5653847. OLE color: 5653847.

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

Color convert

RGB876986-
CMYK00.210.010.66
HSL303.33º11.54%30.59%-
HSV(B)303.33º20.69%34.12%-
XYZ7.746.959.74-
YUV76.32133.46135.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=35.95%
G=28.51%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87698600.210.010.66303.3311.5430.59
Hex57455601514212fc1f
Octal12710512602511024571437
Binary10101111000101101011001010111000010100101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574556; }

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

 H1.HeaderClassName
 {
   color: #574556;
 }
 .AnyTagClassName
 {
   color: #574556;
 }
</style>
background-color css

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

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

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

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

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

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