Html Css Color HEX #5E5974 Smoky

📋 copy color: '#5E5974'

red 94 ◦ green 89 ◦ blue 116

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

Shades of Smoky #5E5974

Tints of Smoky #5E5974

RGB

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

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

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

R = 31.44%
G = 29.77%
B = 38.8%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E5974 (or 0x5E5974) is known color: Smoky. HEX triplet: 5E, 59 and 74. RGB value is (94,89,116). Sum of RGB (Red+Green+Blue) = 94+89+116=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E5974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5974 is #A1A68B. Grayscale: #5D5D5D. Windows color (decimal): -10593932 or 7625054. OLE color: 7625054.

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

Color convert

RGB 94 89 116 -
CMYK 0.19 0.23 0 0.55
HSL 251.11º 0.13% 0.4% -
HSV(B) 251.11º 0.23% 0.45% -
XYZ 11.34 10.79 18.01 -
YUV 93.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 94 89 116 0.19 0.23 0 0.55 251.11 0.13 0.4
Hex 5E 59 74 13 17 0 37 FB D 28
Octal 136 131 164 23 27 0 67 373 15 50
Binary 1011110 1011001 1110100 10011 10111 0 110111 11111011 1101 101000

Color Harmonies of #5E5974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5974

Black with #5E5974

Text Example


Text Example

White with #5E5974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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