Html Css Color HEX #5E5479 Smoky

📋 copy color: '#5E5479'

red 94 ◦ green 84 ◦ blue 121

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

Shades of Smoky #5E5479

Tints of Smoky #5E5479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

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

R = 31.44%
G = 28.09%
B = 40.47%

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

#5E5479 (or 0x5E5479) is known color: Smoky. HEX triplet: 5E, 54 and 79. RGB value is (94,84,121). Sum of RGB (Red+Green+Blue) = 94+84+121=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E5479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5479 is #A1AB86. Grayscale: #5B5B5B. Windows color (decimal): -10595207 or 7951454. OLE color: 7951454.

HSL color Cylindrical-coordinate representation of color #5E5479: hue angle of 256.22º degrees, saturation: 0.18, 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 #5E5479 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 84 121 -
CMYK 0.22 0.31 0 0.53
HSL 256.22º 0.18% 0.4% -
HSV(B) 256.22º 0.31% 0.47% -
XYZ 11.24 10.1 19.45 -
YUV 91.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 94 84 121 0.22 0.31 0 0.53 256.22 0.18 0.4
Hex 5E 54 79 16 1F 0 35 100 12 28
Octal 136 124 171 26 37 0 65 400 22 50
Binary 1011110 1010100 1111001 10110 11111 0 110101 100000000 10010 101000

Color Harmonies of #5E5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5479

Black with #5E5479

Text Example


Text Example

White with #5E5479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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