Html Css Color HEX #5E5778 Smoky

📋 copy color: '#5E5778'

red 94 ◦ green 87 ◦ blue 120

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

Shades of Smoky #5E5778

Tints of Smoky #5E5778

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.9%

 BLUE value IS 120 (47.27% from 255) = 39.87%

R = 31.23%
G = 28.9%
B = 39.87%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E5778 (or 0x5E5778) is known color: Smoky. HEX triplet: 5E, 57 and 78. RGB value is (94,87,120). Sum of RGB (Red+Green+Blue) = 94+87+120=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E5778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5778 is #A1A887. Grayscale: #5C5C5C. Windows color (decimal): -10594440 or 7886686. OLE color: 7886686.

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

Color convert

RGB 94 87 120 -
CMYK 0.22 0.28 0 0.53
HSL 252.73º 0.16% 0.41% -
HSV(B) 252.73º 0.28% 0.47% -
XYZ 11.41 10.55 19.2 -
YUV 92.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 94 87 120 0.22 0.28 0 0.53 252.73 0.16 0.41
Hex 5E 57 78 16 1C 0 35 FD 10 29
Octal 136 127 170 26 34 0 65 375 20 51
Binary 1011110 1010111 1111000 10110 11100 0 110101 11111101 10000 101001

Color Harmonies of #5E5778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5778

Black with #5E5778

Text Example


Text Example

White with #5E5778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,87,120); }

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

background-color css

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

 a { background-color: rgb(94,87,120); }

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

border-color css

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

 span { border-color: rgb(94,87,120); }

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