Html Css Color HEX #575170 Smoky

📋 copy color: '#575170'

red 87 ◦ green 81 ◦ blue 112

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

Shades of Smoky #575170

Tints of Smoky #575170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

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

R = 31.07%
G = 28.93%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575170 (or 0x575170) is known color: Smoky. HEX triplet: 57, 51 and 70. RGB value is (87,81,112). Sum of RGB (Red+Green+Blue) = 87+81+112=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #575170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575170 is #A8AE8F. Grayscale: #565656. Windows color (decimal): -11054736 or 7360855. OLE color: 7360855.

HSL color Cylindrical-coordinate representation of color #575170: hue angle of 251.61º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #575170 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 81 112 -
CMYK 0.22 0.28 0 0.56
HSL 251.61º 0.16% 0.38% -
HSV(B) 251.61º 0.28% 0.44% -
XYZ 9.8 9.08 16.57 -
YUV 86.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 87 81 112 0.22 0.28 0 0.56 251.61 0.16 0.38
Hex 57 51 70 16 1C 0 38 FC 10 26
Octal 127 121 160 26 34 0 70 374 20 46
Binary 1010111 1010001 1110000 10110 11100 0 111000 11111100 10000 100110

Color Harmonies of #575170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575170

Black with #575170

Text Example


Text Example

White with #575170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575170; }

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

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

background-color css

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

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

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

border-color css

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

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

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