Html Css Color HEX #5E5971 Smoky

📋 copy color: '#5E5971'

red 94 ◦ green 89 ◦ blue 113

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

Shades of Smoky #5E5971

Tints of Smoky #5E5971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.18%

R = 31.76%
G = 30.07%
B = 38.18%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E5971 (or 0x5E5971) is known color: Smoky. HEX triplet: 5E, 59 and 71. RGB value is (94,89,113). Sum of RGB (Red+Green+Blue) = 94+89+113=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E5971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5971 is #A1A68E. Grayscale: #5D5D5D. Windows color (decimal): -10593935 or 7428446. OLE color: 7428446.

HSL color Cylindrical-coordinate representation of color #5E5971: hue angle of 252.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E5971 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 89 113 -
CMYK 0.17 0.21 0 0.56
HSL 252.5º 0.12% 0.4% -
HSV(B) 252.5º 0.21% 0.44% -
XYZ 11.17 10.72 17.1 -
YUV 93.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 94 89 113 0.17 0.21 0 0.56 252.5 0.12 0.4
Hex 5E 59 71 11 15 0 38 FD C 28
Octal 136 131 161 21 25 0 70 375 14 50
Binary 1011110 1011001 1110001 10001 10101 0 111000 11111101 1100 101000

Color Harmonies of #5E5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5971

Black with #5E5971

Text Example


Text Example

White with #5E5971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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