Html Css Color HEX #5F5676 Smoky

📋 copy color: '#5F5676'

red 95 ◦ green 86 ◦ blue 118

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

Shades of Smoky #5F5676

Tints of Smoky #5F5676

RGB

 RED value IS 95 (37.5% from 255) = 31.77%

 GREEN value IS 86 (33.98% from 255) = 28.76%

 BLUE value IS 118 (46.48% from 255) = 39.46%

R = 31.77%
G = 28.76%
B = 39.46%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5F5676 (or 0x5F5676) is known color: Smoky. HEX triplet: 5F, 56 and 76. RGB value is (95,86,118). Sum of RGB (Red+Green+Blue) = 95+86+118=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #5F5676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5676 is #A0A989. Grayscale: #5C5C5C. Windows color (decimal): -10529162 or 7755359. OLE color: 7755359.

HSL color Cylindrical-coordinate representation of color #5F5676: hue angle of 256.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F5676 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 86 118 -
CMYK 0.19 0.27 0 0.54
HSL 256.88º 0.16% 0.4% -
HSV(B) 256.88º 0.27% 0.46% -
XYZ 11.32 10.4 18.55 -
YUV 92.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 95 86 118 0.19 0.27 0 0.54 256.88 0.16 0.4
Hex 5F 56 76 13 1B 0 36 101 10 28
Octal 137 126 166 23 33 0 66 401 20 50
Binary 1011111 1010110 1110110 10011 11011 0 110110 100000001 10000 101000

Color Harmonies of #5F5676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5676

Black with #5F5676

Text Example


Text Example

White with #5F5676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,86,118); }

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

background-color css

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

 a { background-color: rgb(95,86,118); }

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

border-color css

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

 span { border-color: rgb(95,86,118); }

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