Html Css Color HEX #5D586D Smoky

📋 copy color: '#5D586D'

red 93 ◦ green 88 ◦ blue 109

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

Shades of Smoky #5D586D

Tints of Smoky #5D586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 32.07%
G = 30.34%
B = 37.59%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5D586D (or 0x5D586D) is known color: Smoky. HEX triplet: 5D, 58 and 6D. RGB value is (93,88,109). Sum of RGB (Red+Green+Blue) = 93+88+109=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D586D is #A2A792. Grayscale: #5B5B5B. Windows color (decimal): -10659731 or 7166045. OLE color: 7166045.

HSL color Cylindrical-coordinate representation of color #5D586D: hue angle of 254.29º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D586D is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 93 88 109 -
CMYK 0.15 0.19 0 0.57
HSL 254.29º 0.11% 0.39% -
HSV(B) 254.29º 0.19% 0.43% -
XYZ 10.76 10.41 15.91 -
YUV 91.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 93 88 109 0.15 0.19 0 0.57 254.29 0.11 0.39
Hex 5D 58 6D F 13 0 39 FE B 27
Octal 135 130 155 17 23 0 71 376 13 47
Binary 1011101 1011000 1101101 1111 10011 0 111001 11111110 1011 100111

Color Harmonies of #5D586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D586D

Black with #5D586D

Text Example


Text Example

White with #5D586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,88,109); }

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

background-color css

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

 a { background-color: rgb(93,88,109); }

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

border-color css

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

 span { border-color: rgb(93,88,109); }

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