Html Css Color HEX #574D70 Smoky

📋 copy color: '#574D70'

red 87 ◦ green 77 ◦ blue 112

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

Shades of Smoky #574D70

Tints of Smoky #574D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.58%

R = 31.52%
G = 27.9%
B = 40.58%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#574D70 (or 0x574D70) is known color: Smoky. HEX triplet: 57, 4D and 70. RGB value is (87,77,112). Sum of RGB (Red+Green+Blue) = 87+77+112=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #574D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D70 is #A8B28F. Grayscale: #535353. Windows color (decimal): -11055760 or 7359831. OLE color: 7359831.

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

Color convert

RGB 87 77 112 -
CMYK 0.22 0.31 0 0.56
HSL 257.14º 0.19% 0.37% -
HSV(B) 257.14º 0.31% 0.44% -
XYZ 9.51 8.5 16.47 -
YUV 83.98 143.81 130.15 -
System Red Green Blue C M Y K H S L
Decimal 87 77 112 0.22 0.31 0 0.56 257.14 0.19 0.37
Hex 57 4D 70 16 1F 0 38 101 13 25
Octal 127 115 160 26 37 0 70 401 23 45
Binary 1010111 1001101 1110000 10110 11111 0 111000 100000001 10011 100101

Color Harmonies of #574D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D70

Black with #574D70

Text Example


Text Example

White with #574D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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