Html Css Color HEX #5E5478 Smoky

📋 copy color: '#5E5478'

red 94 ◦ green 84 ◦ blue 120

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

Shades of Smoky #5E5478

Tints of Smoky #5E5478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.27%

R = 31.54%
G = 28.19%
B = 40.27%

CMYK

 C value IS 0.22

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E5478 (or 0x5E5478) is known color: Smoky. HEX triplet: 5E, 54 and 78. RGB value is (94,84,120). Sum of RGB (Red+Green+Blue) = 94+84+120=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E5478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5478 is #A1AB87. Grayscale: #5A5A5A. Windows color (decimal): -10595208 or 7885918. OLE color: 7885918.

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

Color convert

RGB 94 84 120 -
CMYK 0.22 0.3 0 0.53
HSL 256.67º 0.18% 0.4% -
HSV(B) 256.67º 0.3% 0.47% -
XYZ 11.18 10.08 19.13 -
YUV 91.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 94 84 120 0.22 0.3 0 0.53 256.67 0.18 0.4
Hex 5E 54 78 16 1E 0 35 101 12 28
Octal 136 124 170 26 36 0 65 401 22 50
Binary 1011110 1010100 1111000 10110 11110 0 110101 100000001 10010 101000

Color Harmonies of #5E5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5478

Black with #5E5478

Text Example


Text Example

White with #5E5478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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