Html Css Color HEX #5F5674 Smoky

📋 copy color: '#5F5674'

red 95 ◦ green 86 ◦ blue 116

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

Shades of Smoky #5F5674

Tints of Smoky #5F5674

RGB

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

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

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

R = 31.99%
G = 28.96%
B = 39.06%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F5674 (or 0x5F5674) is known color: Smoky. HEX triplet: 5F, 56 and 74. RGB value is (95,86,116). Sum of RGB (Red+Green+Blue) = 95+86+116=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 86 (33.98% from 255 or 28.96% 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 #5F5674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5674 is #A0A98B. Grayscale: #5C5C5C. Windows color (decimal): -10529164 or 7624287. OLE color: 7624287.

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

Color convert

RGB 95 86 116 -
CMYK 0.18 0.26 0 0.55
HSL 258º 0.15% 0.4% -
HSV(B) 258º 0.26% 0.45% -
XYZ 11.2 10.35 17.93 -
YUV 92.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 95 86 116 0.18 0.26 0 0.55 258 0.15 0.4
Hex 5F 56 74 12 1A 0 37 102 F 28
Octal 137 126 164 22 32 0 67 402 17 50
Binary 1011111 1010110 1110100 10010 11010 0 110111 100000010 1111 101000

Color Harmonies of #5F5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5674

Black with #5F5674

Text Example


Text Example

White with #5F5674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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