Html Css Color HEX #5E5672 Smoky

📋 copy color: '#5E5672'

red 94 ◦ green 86 ◦ blue 114

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

Shades of Smoky #5E5672

Tints of Smoky #5E5672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 31.97%
G = 29.25%
B = 38.78%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E5672 (or 0x5E5672) is known color: Smoky. HEX triplet: 5E, 56 and 72. RGB value is (94,86,114). Sum of RGB (Red+Green+Blue) = 94+86+114=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5672 is #A1A98D. Grayscale: #5B5B5B. Windows color (decimal): -10594702 or 7493214. OLE color: 7493214.

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

Color convert

RGB 94 86 114 -
CMYK 0.18 0.25 0 0.55
HSL 257.14º 0.14% 0.39% -
HSV(B) 257.14º 0.25% 0.45% -
XYZ 10.98 10.25 17.32 -
YUV 91.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 94 86 114 0.18 0.25 0 0.55 257.14 0.14 0.39
Hex 5E 56 72 12 19 0 37 101 E 27
Octal 136 126 162 22 31 0 67 401 16 47
Binary 1011110 1010110 1110010 10010 11001 0 110111 100000001 1110 100111

Color Harmonies of #5E5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5672

Black with #5E5672

Text Example


Text Example

White with #5E5672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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