Html Css Color HEX #5E5979 Smoky

📋 copy color: '#5E5979'

red 94 ◦ green 89 ◦ blue 121

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

Shades of Smoky #5E5979

Tints of Smoky #5E5979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.28%

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

R = 30.92%
G = 29.28%
B = 39.8%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E5979 (or 0x5E5979) is known color: Smoky. HEX triplet: 5E, 59 and 79. RGB value is (94,89,121). Sum of RGB (Red+Green+Blue) = 94+89+121=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E5979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5979 is #A1A686. Grayscale: #5E5E5E. Windows color (decimal): -10593927 or 7952734. OLE color: 7952734.

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

Color convert

RGB 94 89 121 -
CMYK 0.22 0.26 0 0.53
HSL 249.38º 0.15% 0.41% -
HSV(B) 249.38º 0.26% 0.47% -
XYZ 11.64 10.9 19.58 -
YUV 94.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 94 89 121 0.22 0.26 0 0.53 249.38 0.15 0.41
Hex 5E 59 79 16 1A 0 35 F9 F 29
Octal 136 131 171 26 32 0 65 371 17 51
Binary 1011110 1011001 1111001 10110 11010 0 110101 11111001 1111 101001

Color Harmonies of #5E5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5979

Black with #5E5979

Text Example


Text Example

White with #5E5979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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