Html Css Color HEX #575370 Smoky

📋 copy color: '#575370'

red 87 ◦ green 83 ◦ blue 112

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

Shades of Smoky #575370

Tints of Smoky #575370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

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

R = 30.85%
G = 29.43%
B = 39.72%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575370 (or 0x575370) is known color: Smoky. HEX triplet: 57, 53 and 70. RGB value is (87,83,112). Sum of RGB (Red+Green+Blue) = 87+83+112=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #575370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575370 is #A8AC8F. Grayscale: #575757. Windows color (decimal): -11054224 or 7361367. OLE color: 7361367.

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

Color convert

RGB 87 83 112 -
CMYK 0.22 0.26 0 0.56
HSL 248.28º 0.15% 0.38% -
HSV(B) 248.28º 0.26% 0.44% -
XYZ 9.95 9.38 16.62 -
YUV 87.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 87 83 112 0.22 0.26 0 0.56 248.28 0.15 0.38
Hex 57 53 70 16 1A 0 38 F8 F 26
Octal 127 123 160 26 32 0 70 370 17 46
Binary 1010111 1010011 1110000 10110 11010 0 111000 11111000 1111 100110

Color Harmonies of #575370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575370

Black with #575370

Text Example


Text Example

White with #575370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575370; }

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

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

background-color css

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

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

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

border-color css

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

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

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