Html Css Color HEX #5E5874 Smoky

📋 copy color: '#5E5874'

red 94 ◦ green 88 ◦ blue 116

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

Shades of Smoky #5E5874

Tints of Smoky #5E5874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 31.54%
G = 29.53%
B = 38.93%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E5874 (or 0x5E5874) is known color: Smoky. HEX triplet: 5E, 58 and 74. RGB value is (94,88,116). Sum of RGB (Red+Green+Blue) = 94+88+116=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E5874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5874 is #A1A78B. Grayscale: #5C5C5C. Windows color (decimal): -10594188 or 7624798. OLE color: 7624798.

HSL color Cylindrical-coordinate representation of color #5E5874: hue angle of 252.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E5874 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 88 116 -
CMYK 0.19 0.24 0 0.55
HSL 252.86º 0.14% 0.4% -
HSV(B) 252.86º 0.24% 0.45% -
XYZ 11.26 10.62 17.98 -
YUV 92.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 94 88 116 0.19 0.24 0 0.55 252.86 0.14 0.4
Hex 5E 58 74 13 18 0 37 FD E 28
Octal 136 130 164 23 30 0 67 375 16 50
Binary 1011110 1011000 1110100 10011 11000 0 110111 11111101 1110 101000

Color Harmonies of #5E5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5874

Black with #5E5874

Text Example


Text Example

White with #5E5874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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