Html Css Color HEX #5D5574 Smoky

📋 copy color: '#5D5574'

red 93 ◦ green 85 ◦ blue 116

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

Shades of Smoky #5D5574

Tints of Smoky #5D5574

RGB

 RED value IS 93 (36.72% from 255) = 31.63%

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

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

R = 31.63%
G = 28.91%
B = 39.46%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5D5574 (or 0x5D5574) is known color: Smoky. HEX triplet: 5D, 55 and 74. RGB value is (93,85,116). Sum of RGB (Red+Green+Blue) = 93+85+116=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #5D5574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5574 is #A2AA8B. Grayscale: #5A5A5A. Windows color (decimal): -10660492 or 7624029. OLE color: 7624029.

HSL color Cylindrical-coordinate representation of color #5D5574: hue angle of 255.48º 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 #5D5574 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 85 116 -
CMYK 0.20 0.27 0 0.55
HSL 255.48º 0.15% 0.39% -
HSV(B) 255.48º 0.27% 0.45% -
XYZ 10.92 10.09 17.89 -
YUV 90.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 93 85 116 0.20 0.27 0 0.55 255.48 0.15 0.39
Hex 5D 55 74 14 1B 0 37 FF F 27
Octal 135 125 164 24 33 0 67 377 17 47
Binary 1011101 1010101 1110100 10100 11011 0 110111 11111111 1111 100111

Color Harmonies of #5D5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5574

Black with #5D5574

Text Example


Text Example

White with #5D5574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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