Html Css Color HEX #5E576C Smoky

📋 copy color: '#5E576C'

red 94 ◦ green 87 ◦ blue 108

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

Shades of Smoky #5E576C

Tints of Smoky #5E576C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 32.53%
G = 30.1%
B = 37.37%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5E576C (or 0x5E576C) is known color: Smoky. HEX triplet: 5E, 57 and 6C. RGB value is (94,87,108). Sum of RGB (Red+Green+Blue) = 94+87+108=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E576C is #A1A893. Grayscale: #5B5B5B. Windows color (decimal): -10594452 or 7100254. OLE color: 7100254.

HSL color Cylindrical-coordinate representation of color #5E576C: hue angle of 260º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E576C is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 94 87 108 -
CMYK 0.13 0.19 0 0.58
HSL 260º 0.11% 0.38% -
HSV(B) 260º 0.19% 0.42% -
XYZ 10.73 10.28 15.61 -
YUV 91.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 94 87 108 0.13 0.19 0 0.58 260 0.11 0.38
Hex 5E 57 6C D 13 0 3A 104 B 26
Octal 136 127 154 15 23 0 72 404 13 46
Binary 1011110 1010111 1101100 1101 10011 0 111010 100000100 1011 100110

Color Harmonies of #5E576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E576C

Black with #5E576C

Text Example


Text Example

White with #5E576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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