Html Css Color HEX #5E5B6F Smoky

📋 copy color: '#5E5B6F'

red 94 ◦ green 91 ◦ blue 111

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

Shades of Smoky #5E5B6F

Tints of Smoky #5E5B6F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.74%

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 31.76%
G = 30.74%
B = 37.5%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E5B6F (or 0x5E5B6F) is known color: Smoky. HEX triplet: 5E, 5B and 6F. RGB value is (94,91,111). Sum of RGB (Red+Green+Blue) = 94+91+111=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E5B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5B6F is #A1A490. Grayscale: #5E5E5E. Windows color (decimal): -10593425 or 7297886. OLE color: 7297886.

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

Color convert

RGB 94 91 111 -
CMYK 0.15 0.18 0 0.56
HSL 249º 0.1% 0.4% -
HSV(B) 249º 0.18% 0.44% -
XYZ 11.23 11.01 16.57 -
YUV 94.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 94 91 111 0.15 0.18 0 0.56 249 0.1 0.4
Hex 5E 5B 6F F 12 0 38 F9 A 28
Octal 136 133 157 17 22 0 70 371 12 50
Binary 1011110 1011011 1101111 1111 10010 0 111000 11111001 1010 101000

Color Harmonies of #5E5B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5B6F

Black with #5E5B6F

Text Example


Text Example

White with #5E5B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,91,111); }

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

background-color css

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

 a { background-color: rgb(94,91,111); }

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

border-color css

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

 span { border-color: rgb(94,91,111); }

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