Html Css Color HEX #5E5377 Smoky

📋 copy color: '#5E5377'

red 94 ◦ green 83 ◦ blue 119

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

Shades of Smoky #5E5377

Tints of Smoky #5E5377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

 BLUE value IS 119 (46.88% from 255) = 40.2%

R = 31.76%
G = 28.04%
B = 40.2%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E5377 (or 0x5E5377) is known color: Smoky. HEX triplet: 5E, 53 and 77. RGB value is (94,83,119). Sum of RGB (Red+Green+Blue) = 94+83+119=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E5377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5377 is #A1AC88. Grayscale: #5A5A5A. Windows color (decimal): -10595465 or 7820126. OLE color: 7820126.

HSL color Cylindrical-coordinate representation of color #5E5377: hue angle of 258.33º 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 #5E5377 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 83 119 -
CMYK 0.21 0.30 0 0.53
HSL 258.33º 0.18% 0.4% -
HSV(B) 258.33º 0.3% 0.47% -
XYZ 11.04 9.9 18.78 -
YUV 90.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 94 83 119 0.21 0.30 0 0.53 258.33 0.18 0.4
Hex 5E 53 77 15 1E 0 35 102 12 28
Octal 136 123 167 25 36 0 65 402 22 50
Binary 1011110 1010011 1110111 10101 11110 0 110101 100000010 10010 101000

Color Harmonies of #5E5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5377

Black with #5E5377

Text Example


Text Example

White with #5E5377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,83,119); }

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

background-color css

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

 a { background-color: rgb(94,83,119); }

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

border-color css

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

 span { border-color: rgb(94,83,119); }

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