Html Css Color HEX #574D71 Smoky

📋 copy color: '#574D71'

red 87 ◦ green 77 ◦ blue 113

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

Shades of Smoky #574D71

Tints of Smoky #574D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.8%

 BLUE value IS 113 (44.53% from 255) = 40.79%

R = 31.41%
G = 27.8%
B = 40.79%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#574D71 (or 0x574D71) is known color: Smoky. HEX triplet: 57, 4D and 71. RGB value is (87,77,113). Sum of RGB (Red+Green+Blue) = 87+77+113=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #574D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D71 is #A8B28E. Grayscale: #535353. Windows color (decimal): -11055759 or 7425367. OLE color: 7425367.

HSL color Cylindrical-coordinate representation of color #574D71: hue angle of 256.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #574D71 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 77 113 -
CMYK 0.23 0.32 0 0.56
HSL 256.67º 0.19% 0.37% -
HSV(B) 256.67º 0.32% 0.44% -
XYZ 9.56 8.53 16.76 -
YUV 84.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 87 77 113 0.23 0.32 0 0.56 256.67 0.19 0.37
Hex 57 4D 71 17 20 0 38 101 13 25
Octal 127 115 161 27 40 0 70 401 23 45
Binary 1010111 1001101 1110001 10111 100000 0 111000 100000001 10011 100101

Color Harmonies of #574D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D71

Black with #574D71

Text Example


Text Example

White with #574D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574D71; }

 p { color: rgb(87,77,113); }

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

background-color css

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

 a { background-color: rgb(87,77,113); }

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

border-color css

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

 span { border-color: rgb(87,77,113); }

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