Html Css Color HEX #5F5574 Smoky

📋 copy color: '#5F5574'

red 95 ◦ green 85 ◦ blue 116

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

Shades of Smoky #5F5574

Tints of Smoky #5F5574

RGB

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

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

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

R = 32.09%
G = 28.72%
B = 39.19%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F5574 (or 0x5F5574) is known color: Smoky. HEX triplet: 5F, 55 and 74. RGB value is (95,85,116). Sum of RGB (Red+Green+Blue) = 95+85+116=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 116 - color contains mainly: blue. Hex color #5F5574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5574 is #A0AA8B. Grayscale: #5B5B5B. Windows color (decimal): -10529420 or 7624031. OLE color: 7624031.

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

Color convert

RGB 95 85 116 -
CMYK 0.18 0.27 0 0.55
HSL 259.35º 0.15% 0.39% -
HSV(B) 259.35º 0.27% 0.45% -
XYZ 11.12 10.19 17.9 -
YUV 91.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 95 85 116 0.18 0.27 0 0.55 259.35 0.15 0.39
Hex 5F 55 74 12 1B 0 37 103 F 27
Octal 137 125 164 22 33 0 67 403 17 47
Binary 1011111 1010101 1110100 10010 11011 0 110111 100000011 1111 100111

Color Harmonies of #5F5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5574

Black with #5F5574

Text Example


Text Example

White with #5F5574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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