Html Css Color HEX #5E5674 Smoky

📋 copy color: '#5E5674'

red 94 ◦ green 86 ◦ blue 116

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

Shades of Smoky #5E5674

Tints of Smoky #5E5674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.19%

R = 31.76%
G = 29.05%
B = 39.19%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E5674 (or 0x5E5674) is known color: Smoky. HEX triplet: 5E, 56 and 74. RGB value is (94,86,116). Sum of RGB (Red+Green+Blue) = 94+86+116=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E5674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5674 is #A1A98B. Grayscale: #5B5B5B. Windows color (decimal): -10594700 or 7624286. OLE color: 7624286.

HSL color Cylindrical-coordinate representation of color #5E5674: hue angle of 256º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E5674 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 86 116 -
CMYK 0.19 0.26 0 0.55
HSL 256º 0.15% 0.4% -
HSV(B) 256º 0.26% 0.45% -
XYZ 11.1 10.3 17.93 -
YUV 91.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 94 86 116 0.19 0.26 0 0.55 256 0.15 0.4
Hex 5E 56 74 13 1A 0 37 100 F 28
Octal 136 126 164 23 32 0 67 400 17 50
Binary 1011110 1010110 1110100 10011 11010 0 110111 100000000 1111 101000

Color Harmonies of #5E5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5674

Black with #5E5674

Text Example


Text Example

White with #5E5674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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