Html Css Color HEX #5D5970 Smoky

📋 copy color: '#5D5970'

red 93 ◦ green 89 ◦ blue 112

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

Shades of Smoky #5D5970

Tints of Smoky #5D5970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.27%

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

R = 31.63%
G = 30.27%
B = 38.1%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5D5970 (or 0x5D5970) is known color: Smoky. HEX triplet: 5D, 59 and 70. RGB value is (93,89,112). Sum of RGB (Red+Green+Blue) = 93+89+112=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5970 is #A2A68F. Grayscale: #5C5C5C. Windows color (decimal): -10659472 or 7362909. OLE color: 7362909.

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

Color convert

RGB 93 89 112 -
CMYK 0.17 0.21 0 0.56
HSL 250.43º 0.11% 0.39% -
HSV(B) 250.43º 0.21% 0.44% -
XYZ 11.01 10.64 16.8 -
YUV 92.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 93 89 112 0.17 0.21 0 0.56 250.43 0.11 0.39
Hex 5D 59 70 11 15 0 38 FA B 27
Octal 135 131 160 21 25 0 70 372 13 47
Binary 1011101 1011001 1110000 10001 10101 0 111000 11111010 1011 100111

Color Harmonies of #5D5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5970

Black with #5D5970

Text Example


Text Example

White with #5D5970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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