Html Css Color HEX #575272 Smoky

📋 copy color: '#575272'

red 87 ◦ green 82 ◦ blue 114

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

Shades of Smoky #575272

Tints of Smoky #575272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.98%

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

R = 30.74%
G = 28.98%
B = 40.28%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575272 (or 0x575272) is known color: Smoky. HEX triplet: 57, 52 and 72. RGB value is (87,82,114). Sum of RGB (Red+Green+Blue) = 87+82+114=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #575272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575272 is #A8AD8D. Grayscale: #575757. Windows color (decimal): -11054478 or 7492183. OLE color: 7492183.

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

Color convert

RGB 87 82 114 -
CMYK 0.24 0.28 0 0.55
HSL 249.38º 0.16% 0.38% -
HSV(B) 249.38º 0.28% 0.45% -
XYZ 9.99 9.28 17.18 -
YUV 87.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 87 82 114 0.24 0.28 0 0.55 249.38 0.16 0.38
Hex 57 52 72 18 1C 0 37 F9 10 26
Octal 127 122 162 30 34 0 67 371 20 46
Binary 1010111 1010010 1110010 11000 11100 0 110111 11111001 10000 100110

Color Harmonies of #575272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575272

Black with #575272

Text Example


Text Example

White with #575272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575272; }

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

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

background-color css

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

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

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

border-color css

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

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

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