Html Css Color HEX #575171 Smoky

📋 copy color: '#575171'

red 87 ◦ green 81 ◦ blue 113

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

Shades of Smoky #575171

Tints of Smoky #575171

RGB

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

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

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

R = 30.96%
G = 28.83%
B = 40.21%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575171 (or 0x575171) is known color: Smoky. HEX triplet: 57, 51 and 71. RGB value is (87,81,113). Sum of RGB (Red+Green+Blue) = 87+81+113=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #575171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575171 is #A8AE8E. Grayscale: #565656. Windows color (decimal): -11054735 or 7426391. OLE color: 7426391.

HSL color Cylindrical-coordinate representation of color #575171: hue angle of 251.25º 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 #575171 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 81 113 -
CMYK 0.23 0.28 0 0.56
HSL 251.25º 0.16% 0.38% -
HSV(B) 251.25º 0.28% 0.44% -
XYZ 9.85 9.1 16.86 -
YUV 86.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 87 81 113 0.23 0.28 0 0.56 251.25 0.16 0.38
Hex 57 51 71 17 1C 0 38 FB 10 26
Octal 127 121 161 27 34 0 70 373 20 46
Binary 1010111 1010001 1110001 10111 11100 0 111000 11111011 10000 100110

Color Harmonies of #575171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575171

Black with #575171

Text Example


Text Example

White with #575171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575171; }

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

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

background-color css

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

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

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

border-color css

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

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

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