Html Css Color HEX #5E5679 Smoky

📋 copy color: '#5E5679'

red 94 ◦ green 86 ◦ blue 121

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

Shades of Smoky #5E5679

Tints of Smoky #5E5679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 31.23%
G = 28.57%
B = 40.2%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E5679 (or 0x5E5679) is known color: Smoky. HEX triplet: 5E, 56 and 79. RGB value is (94,86,121). Sum of RGB (Red+Green+Blue) = 94+86+121=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E5679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5679 is #A1A986. Grayscale: #5C5C5C. Windows color (decimal): -10594695 or 7951966. OLE color: 7951966.

HSL color Cylindrical-coordinate representation of color #5E5679: hue angle of 253.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E5679 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 86 121 -
CMYK 0.22 0.29 0 0.53
HSL 253.71º 0.17% 0.41% -
HSV(B) 253.71º 0.29% 0.47% -
XYZ 11.4 10.42 19.5 -
YUV 92.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 94 86 121 0.22 0.29 0 0.53 253.71 0.17 0.41
Hex 5E 56 79 16 1D 0 35 FE 11 29
Octal 136 126 171 26 35 0 65 376 21 51
Binary 1011110 1010110 1111001 10110 11101 0 110101 11111110 10001 101001

Color Harmonies of #5E5679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5679

Black with #5E5679

Text Example


Text Example

White with #5E5679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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