Html Css Color HEX #5F5573 Smoky

📋 copy color: '#5F5573'

red 95 ◦ green 85 ◦ blue 115

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

Shades of Smoky #5F5573

Tints of Smoky #5F5573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 32.2%
G = 28.81%
B = 38.98%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F5573 (or 0x5F5573) is known color: Smoky. HEX triplet: 5F, 55 and 73. RGB value is (95,85,115). Sum of RGB (Red+Green+Blue) = 95+85+115=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5573 is #A0AA8C. Grayscale: #5B5B5B. Windows color (decimal): -10529421 or 7558495. OLE color: 7558495.

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

Color convert

RGB 95 85 115 -
CMYK 0.17 0.26 0 0.55
HSL 260º 0.15% 0.39% -
HSV(B) 260º 0.26% 0.45% -
XYZ 11.06 10.17 17.6 -
YUV 91.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 95 85 115 0.17 0.26 0 0.55 260 0.15 0.39
Hex 5F 55 73 11 1A 0 37 104 F 27
Octal 137 125 163 21 32 0 67 404 17 47
Binary 1011111 1010101 1110011 10001 11010 0 110111 100000100 1111 100111

Color Harmonies of #5F5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5573

Black with #5F5573

Text Example


Text Example

White with #5F5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,85,115); }

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

background-color css

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

 a { background-color: rgb(95,85,115); }

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

border-color css

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

 span { border-color: rgb(95,85,115); }

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