Html Css Color HEX #575172 Smoky

📋 copy color: '#575172'

red 87 ◦ green 81 ◦ blue 114

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

Shades of Smoky #575172

Tints of Smoky #575172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 30.85%
G = 28.72%
B = 40.43%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575172 (or 0x575172) is known color: Smoky. HEX triplet: 57, 51 and 72. RGB value is (87,81,114). Sum of RGB (Red+Green+Blue) = 87+81+114=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #575172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575172 is #A8AE8D. Grayscale: #565656. Windows color (decimal): -11054734 or 7491927. OLE color: 7491927.

HSL color Cylindrical-coordinate representation of color #575172: hue angle of 250.91º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #575172 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 81 114 -
CMYK 0.24 0.29 0 0.55
HSL 250.91º 0.17% 0.38% -
HSV(B) 250.91º 0.29% 0.45% -
XYZ 9.91 9.13 17.16 -
YUV 86.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 87 81 114 0.24 0.29 0 0.55 250.91 0.17 0.38
Hex 57 51 72 18 1D 0 37 FB 11 26
Octal 127 121 162 30 35 0 67 373 21 46
Binary 1010111 1010001 1110010 11000 11101 0 110111 11111011 10001 100110

Color Harmonies of #575172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575172

Black with #575172

Text Example


Text Example

White with #575172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575172; }

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

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

background-color css

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

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

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

border-color css

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

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

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