Html Css Color HEX #5E5574 Smoky

📋 copy color: '#5E5574'

red 94 ◦ green 85 ◦ blue 116

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

Shades of Smoky #5E5574

Tints of Smoky #5E5574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

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

R = 31.86%
G = 28.81%
B = 39.32%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E5574 (or 0x5E5574) is known color: Smoky. HEX triplet: 5E, 55 and 74. RGB value is (94,85,116). Sum of RGB (Red+Green+Blue) = 94+85+116=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E5574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5574 is #A1AA8B. Grayscale: #5B5B5B. Windows color (decimal): -10594956 or 7624030. OLE color: 7624030.

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

Color convert

RGB 94 85 116 -
CMYK 0.19 0.27 0 0.55
HSL 257.42º 0.15% 0.39% -
HSV(B) 257.42º 0.27% 0.45% -
XYZ 11.02 10.14 17.9 -
YUV 91.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 94 85 116 0.19 0.27 0 0.55 257.42 0.15 0.39
Hex 5E 55 74 13 1B 0 37 101 F 27
Octal 136 125 164 23 33 0 67 401 17 47
Binary 1011110 1010101 1110100 10011 11011 0 110111 100000001 1111 100111

Color Harmonies of #5E5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5574

Black with #5E5574

Text Example


Text Example

White with #5E5574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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