Html Css Color HEX #5E5774 Smoky

📋 copy color: '#5E5774'

red 94 ◦ green 87 ◦ blue 116

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

Shades of Smoky #5E5774

Tints of Smoky #5E5774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 31.65%
G = 29.29%
B = 39.06%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E5774 (or 0x5E5774) is known color: Smoky. HEX triplet: 5E, 57 and 74. RGB value is (94,87,116). Sum of RGB (Red+Green+Blue) = 94+87+116=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E5774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5774 is #A1A88B. Grayscale: #5C5C5C. Windows color (decimal): -10594444 or 7624542. OLE color: 7624542.

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

Color convert

RGB 94 87 116 -
CMYK 0.19 0.25 0 0.55
HSL 254.48º 0.14% 0.4% -
HSV(B) 254.48º 0.25% 0.45% -
XYZ 11.18 10.46 17.95 -
YUV 92.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 94 87 116 0.19 0.25 0 0.55 254.48 0.14 0.4
Hex 5E 57 74 13 19 0 37 FE E 28
Octal 136 127 164 23 31 0 67 376 16 50
Binary 1011110 1010111 1110100 10011 11001 0 110111 11111110 1110 101000

Color Harmonies of #5E5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5774

Black with #5E5774

Text Example


Text Example

White with #5E5774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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