Html Css Color HEX #5E586D Smoky

📋 copy color: '#5E586D'

red 94 ◦ green 88 ◦ blue 109

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

Shades of Smoky #5E586D

Tints of Smoky #5E586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.24%

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 32.3%
G = 30.24%
B = 37.46%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5E586D (or 0x5E586D) is known color: Smoky. HEX triplet: 5E, 58 and 6D. RGB value is (94,88,109). Sum of RGB (Red+Green+Blue) = 94+88+109=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E586D is #A1A792. Grayscale: #5C5C5C. Windows color (decimal): -10594195 or 7166046. OLE color: 7166046.

HSL color Cylindrical-coordinate representation of color #5E586D: hue angle of 257.14º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E586D is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 94 88 109 -
CMYK 0.14 0.19 0 0.57
HSL 257.14º 0.11% 0.39% -
HSV(B) 257.14º 0.19% 0.43% -
XYZ 10.87 10.46 15.91 -
YUV 92.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 94 88 109 0.14 0.19 0 0.57 257.14 0.11 0.39
Hex 5E 58 6D E 13 0 39 101 B 27
Octal 136 130 155 16 23 0 71 401 13 47
Binary 1011110 1011000 1101101 1110 10011 0 111001 100000001 1011 100111

Color Harmonies of #5E586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E586D

Black with #5E586D

Text Example


Text Example

White with #5E586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,88,109); }

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

background-color css

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

 a { background-color: rgb(94,88,109); }

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

border-color css

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

 span { border-color: rgb(94,88,109); }

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