Html Css Color HEX #5E5970 Smoky

📋 copy color: '#5E5970'

red 94 ◦ green 89 ◦ blue 112

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

Shades of Smoky #5E5970

Tints of Smoky #5E5970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 31.86%
G = 30.17%
B = 37.97%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E5970 (or 0x5E5970) is known color: Smoky. HEX triplet: 5E, 59 and 70. RGB value is (94,89,112). Sum of RGB (Red+Green+Blue) = 94+89+112=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5970 is #A1A68F. Grayscale: #5D5D5D. Windows color (decimal): -10593936 or 7362910. OLE color: 7362910.

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

Color convert

RGB 94 89 112 -
CMYK 0.16 0.21 0 0.56
HSL 253.04º 0.11% 0.39% -
HSV(B) 253.04º 0.21% 0.44% -
XYZ 11.11 10.69 16.81 -
YUV 93.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 94 89 112 0.16 0.21 0 0.56 253.04 0.11 0.39
Hex 5E 59 70 10 15 0 38 FD B 27
Octal 136 131 160 20 25 0 70 375 13 47
Binary 1011110 1011001 1110000 10000 10101 0 111000 11111101 1011 100111

Color Harmonies of #5E5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5970

Black with #5E5970

Text Example


Text Example

White with #5E5970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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