Html Css Color HEX #575373 Smoky

📋 copy color: '#575373'

red 87 ◦ green 83 ◦ blue 115

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

Shades of Smoky #575373

Tints of Smoky #575373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.35%

R = 30.53%
G = 29.12%
B = 40.35%

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

#575373 (or 0x575373) is known color: Smoky. HEX triplet: 57, 53 and 73. RGB value is (87,83,115). Sum of RGB (Red+Green+Blue) = 87+83+115=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #575373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575373 is #A8AC8C. Grayscale: #575757. Windows color (decimal): -11054221 or 7557975. OLE color: 7557975.

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

Color convert

RGB 87 83 115 -
CMYK 0.24 0.28 0 0.55
HSL 247.5º 0.16% 0.39% -
HSV(B) 247.5º 0.28% 0.45% -
XYZ 10.12 9.45 17.51 -
YUV 87.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 87 83 115 0.24 0.28 0 0.55 247.5 0.16 0.39
Hex 57 53 73 18 1C 0 37 F8 10 27
Octal 127 123 163 30 34 0 67 370 20 47
Binary 1010111 1010011 1110011 11000 11100 0 110111 11111000 10000 100111

Color Harmonies of #575373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575373

Black with #575373

Text Example


Text Example

White with #575373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575373; }

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

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

background-color css

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

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

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

border-color css

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

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

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