Html Css Color HEX #5D5570 Smoky

📋 copy color: '#5D5570'

red 93 ◦ green 85 ◦ blue 112

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

Shades of Smoky #5D5570

Tints of Smoky #5D5570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.62%

R = 32.07%
G = 29.31%
B = 38.62%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5D5570 (or 0x5D5570) is known color: Smoky. HEX triplet: 5D, 55 and 70. RGB value is (93,85,112). Sum of RGB (Red+Green+Blue) = 93+85+112=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D5570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5570 is #A2AA8F. Grayscale: #5A5A5A. Windows color (decimal): -10660496 or 7361885. OLE color: 7361885.

HSL color Cylindrical-coordinate representation of color #5D5570: hue angle of 257.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D5570 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 85 112 -
CMYK 0.17 0.24 0 0.56
HSL 257.78º 0.14% 0.39% -
HSV(B) 257.78º 0.24% 0.44% -
XYZ 10.69 9.99 16.69 -
YUV 90.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 93 85 112 0.17 0.24 0 0.56 257.78 0.14 0.39
Hex 5D 55 70 11 18 0 38 102 E 27
Octal 135 125 160 21 30 0 70 402 16 47
Binary 1011101 1010101 1110000 10001 11000 0 111000 100000010 1110 100111

Color Harmonies of #5D5570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5570

Black with #5D5570

Text Example


Text Example

White with #5D5570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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