Html Css Color HEX #5E566E Smoky

📋 copy color: '#5E566E'

red 94 ◦ green 86 ◦ blue 110

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

Shades of Smoky #5E566E

Tints of Smoky #5E566E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.66%

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 32.41%
G = 29.66%
B = 37.93%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5E566E (or 0x5E566E) is known color: Smoky. HEX triplet: 5E, 56 and 6E. RGB value is (94,86,110). Sum of RGB (Red+Green+Blue) = 94+86+110=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E566E is #A1A991. Grayscale: #5B5B5B. Windows color (decimal): -10594706 or 7231070. OLE color: 7231070.

HSL color Cylindrical-coordinate representation of color #5E566E: hue angle of 260º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E566E is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 94 86 110 -
CMYK 0.15 0.22 0 0.57
HSL 260º 0.12% 0.38% -
HSV(B) 260º 0.22% 0.43% -
XYZ 10.76 10.16 16.15 -
YUV 91.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 94 86 110 0.15 0.22 0 0.57 260 0.12 0.38
Hex 5E 56 6E F 16 0 39 104 C 26
Octal 136 126 156 17 26 0 71 404 14 46
Binary 1011110 1010110 1101110 1111 10110 0 111001 100000100 1100 100110

Color Harmonies of #5E566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E566E

Black with #5E566E

Text Example


Text Example

White with #5E566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,86,110); }

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

background-color css

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

 a { background-color: rgb(94,86,110); }

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

border-color css

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

 span { border-color: rgb(94,86,110); }

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