Html Css Color HEX #5E576F Smoky

📋 copy color: '#5E576F'

red 94 ◦ green 87 ◦ blue 111

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

Shades of Smoky #5E576F

Tints of Smoky #5E576F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 32.19%
G = 29.79%
B = 38.01%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E576F (or 0x5E576F) is known color: Smoky. HEX triplet: 5E, 57 and 6F. RGB value is (94,87,111). Sum of RGB (Red+Green+Blue) = 94+87+111=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E576F is #A1A890. Grayscale: #5B5B5B. Windows color (decimal): -10594449 or 7296862. OLE color: 7296862.

HSL color Cylindrical-coordinate representation of color #5E576F: hue angle of 257.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E576F is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 87 111 -
CMYK 0.15 0.22 0 0.56
HSL 257.5º 0.12% 0.39% -
HSV(B) 257.5º 0.22% 0.44% -
XYZ 10.89 10.34 16.46 -
YUV 91.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 94 87 111 0.15 0.22 0 0.56 257.5 0.12 0.39
Hex 5E 57 6F F 16 0 38 102 C 27
Octal 136 127 157 17 26 0 70 402 14 47
Binary 1011110 1010111 1101111 1111 10110 0 111000 100000010 1100 100111

Color Harmonies of #5E576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E576F

Black with #5E576F

Text Example


Text Example

White with #5E576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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