Html Css Color HEX #5E5879 Smoky

📋 copy color: '#5E5879'

red 94 ◦ green 88 ◦ blue 121

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

Shades of Smoky #5E5879

Tints of Smoky #5E5879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

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

R = 31.02%
G = 29.04%
B = 39.93%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E5879 (or 0x5E5879) is known color: Smoky. HEX triplet: 5E, 58 and 79. RGB value is (94,88,121). Sum of RGB (Red+Green+Blue) = 94+88+121=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E5879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5879 is #A1A786. Grayscale: #5D5D5D. Windows color (decimal): -10594183 or 7952478. OLE color: 7952478.

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

Color convert

RGB 94 88 121 -
CMYK 0.22 0.27 0 0.53
HSL 250.91º 0.16% 0.41% -
HSV(B) 250.91º 0.27% 0.47% -
XYZ 11.56 10.74 19.55 -
YUV 93.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 94 88 121 0.22 0.27 0 0.53 250.91 0.16 0.41
Hex 5E 58 79 16 1B 0 35 FB 10 29
Octal 136 130 171 26 33 0 65 373 20 51
Binary 1011110 1011000 1111001 10110 11011 0 110101 11111011 10000 101001

Color Harmonies of #5E5879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5879

Black with #5E5879

Text Example


Text Example

White with #5E5879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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