Html Css Color HEX #5E5379 Smoky

📋 copy color: '#5E5379'

red 94 ◦ green 83 ◦ blue 121

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

Shades of Smoky #5E5379

Tints of Smoky #5E5379

RGB

 RED value IS 94 (37.11% from 255) = 31.54%

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

 BLUE value IS 121 (47.66% from 255) = 40.6%

R = 31.54%
G = 27.85%
B = 40.6%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E5379 (or 0x5E5379) is known color: Smoky. HEX triplet: 5E, 53 and 79. RGB value is (94,83,121). Sum of RGB (Red+Green+Blue) = 94+83+121=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E5379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5379 is #A1AC86. Grayscale: #5A5A5A. Windows color (decimal): -10595463 or 7951198. OLE color: 7951198.

HSL color Cylindrical-coordinate representation of color #5E5379: hue angle of 257.37º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E5379 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 83 121 -
CMYK 0.22 0.31 0 0.53
HSL 257.37º 0.19% 0.4% -
HSV(B) 257.37º 0.31% 0.47% -
XYZ 11.16 9.95 19.42 -
YUV 90.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 94 83 121 0.22 0.31 0 0.53 257.37 0.19 0.4
Hex 5E 53 79 16 1F 0 35 101 13 28
Octal 136 123 171 26 37 0 65 401 23 50
Binary 1011110 1010011 1111001 10110 11111 0 110101 100000001 10011 101000

Color Harmonies of #5E5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5379

Black with #5E5379

Text Example


Text Example

White with #5E5379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E5379; }

 p { color: rgb(94,83,121); }

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

background-color css

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

 a { background-color: rgb(94,83,121); }

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

border-color css

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

 span { border-color: rgb(94,83,121); }

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