Html Css Color HEX #5D5470 Smoky

📋 copy color: '#5D5470'

red 93 ◦ green 84 ◦ blue 112

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

Shades of Smoky #5D5470

Tints of Smoky #5D5470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

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

R = 32.18%
G = 29.07%
B = 38.75%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5D5470 (or 0x5D5470) is known color: Smoky. HEX triplet: 5D, 54 and 70. RGB value is (93,84,112). Sum of RGB (Red+Green+Blue) = 93+84+112=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D5470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5470 is #A2AB8F. Grayscale: #595959. Windows color (decimal): -10660752 or 7361629. OLE color: 7361629.

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

Color convert

RGB 93 84 112 -
CMYK 0.17 0.25 0 0.56
HSL 259.29º 0.14% 0.38% -
HSV(B) 259.29º 0.25% 0.44% -
XYZ 10.61 9.84 16.67 -
YUV 89.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 93 84 112 0.17 0.25 0 0.56 259.29 0.14 0.38
Hex 5D 54 70 11 19 0 38 103 E 26
Octal 135 124 160 21 31 0 70 403 16 46
Binary 1011101 1010100 1110000 10001 11001 0 111000 100000011 1110 100110

Color Harmonies of #5D5470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5470

Black with #5D5470

Text Example


Text Example

White with #5D5470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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