Html Css Color HEX #5E5278 Smoky

📋 copy color: '#5E5278'

red 94 ◦ green 82 ◦ blue 120

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

Shades of Smoky #5E5278

Tints of Smoky #5E5278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

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

R = 31.76%
G = 27.7%
B = 40.54%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E5278 (or 0x5E5278) is known color: Smoky. HEX triplet: 5E, 52 and 78. RGB value is (94,82,120). Sum of RGB (Red+Green+Blue) = 94+82+120=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E5278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5278 is #A1AD87. Grayscale: #595959. Windows color (decimal): -10595720 or 7885406. OLE color: 7885406.

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

Color convert

RGB 94 82 120 -
CMYK 0.22 0.32 0 0.53
HSL 258.95º 0.19% 0.4% -
HSV(B) 258.95º 0.32% 0.47% -
XYZ 11.02 9.77 19.07 -
YUV 89.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 94 82 120 0.22 0.32 0 0.53 258.95 0.19 0.4
Hex 5E 52 78 16 20 0 35 103 13 28
Octal 136 122 170 26 40 0 65 403 23 50
Binary 1011110 1010010 1111000 10110 100000 0 110101 100000011 10011 101000

Color Harmonies of #5E5278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5278

Black with #5E5278

Text Example


Text Example

White with #5E5278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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