Html Css Color HEX #5E5977 Smoky

📋 copy color: '#5E5977'

red 94 ◦ green 89 ◦ blue 119

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

Shades of Smoky #5E5977

Tints of Smoky #5E5977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.47%

 BLUE value IS 119 (46.88% from 255) = 39.4%

R = 31.13%
G = 29.47%
B = 39.4%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E5977 (or 0x5E5977) is known color: Smoky. HEX triplet: 5E, 59 and 77. RGB value is (94,89,119). Sum of RGB (Red+Green+Blue) = 94+89+119=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E5977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5977 is #A1A688. Grayscale: #5D5D5D. Windows color (decimal): -10593929 or 7821662. OLE color: 7821662.

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

Color convert

RGB 94 89 119 -
CMYK 0.21 0.25 0 0.53
HSL 250º 0.14% 0.41% -
HSV(B) 250º 0.25% 0.47% -
XYZ 11.52 10.86 18.94 -
YUV 93.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 94 89 119 0.21 0.25 0 0.53 250 0.14 0.41
Hex 5E 59 77 15 19 0 35 FA E 29
Octal 136 131 167 25 31 0 65 372 16 51
Binary 1011110 1011001 1110111 10101 11001 0 110101 11111010 1110 101001

Color Harmonies of #5E5977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5977

Black with #5E5977

Text Example


Text Example

White with #5E5977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,89,119); }

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

background-color css

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

 a { background-color: rgb(94,89,119); }

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

border-color css

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

 span { border-color: rgb(94,89,119); }

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