Html Css Color HEX #574453 Purple Taupe

📋 copy color: '#574453'

red 87 ◦ green 68 ◦ blue 83

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

Shades of Purple Taupe #574453

Tints of Purple Taupe #574453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.87%

R = 36.55%
G = 28.57%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#574453 (or 0x574453) is known color: Purple Taupe. HEX triplet: 57, 44 and 53. RGB value is (87,68,83). Sum of RGB (Red+Green+Blue) = 87+68+83=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 87 - color contains mainly: red. Hex color #574453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574453 is #A8BBAC. Grayscale: #4B4B4B. Windows color (decimal): -11058093 or 5456983. OLE color: 5456983.

HSL color Cylindrical-coordinate representation of color #574453: hue angle of 312.63º 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 #574453 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 68 83 -
CMYK 0 0.22 0.05 0.66
HSL 312.63º 0.12% 0.3% -
HSV(B) 312.63º 0.22% 0.34% -
XYZ 7.56 6.79 9.09 -
YUV 75.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 87 68 83 0 0.22 0.05 0.66 312.63 0.12 0.3
Hex 57 44 53 0 16 5 42 139 C 1E
Octal 127 104 123 0 26 5 102 471 14 36
Binary 1010111 1000100 1010011 0 10110 101 1000010 100111001 1100 11110

Color Harmonies of #574453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574453

Black with #574453

Text Example


Text Example

White with #574453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574453; }

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

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

background-color css

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

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

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

border-color css

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

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

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