Html Css Color HEX #5D586E Smoky

📋 copy color: '#5D586E'

red 93 ◦ green 88 ◦ blue 110

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

Shades of Smoky #5D586E

Tints of Smoky #5D586E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.8%

R = 31.96%
G = 30.24%
B = 37.8%

CMYK

 C value IS 0.15

 M value IS 0.2

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5D586E (or 0x5D586E) is known color: Smoky. HEX triplet: 5D, 58 and 6E. RGB value is (93,88,110). Sum of RGB (Red+Green+Blue) = 93+88+110=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D586E is #A2A791. Grayscale: #5B5B5B. Windows color (decimal): -10659730 or 7231581. OLE color: 7231581.

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

Color convert

RGB 93 88 110 -
CMYK 0.15 0.2 0 0.57
HSL 253.64º 0.11% 0.39% -
HSV(B) 253.64º 0.2% 0.43% -
XYZ 10.82 10.43 16.2 -
YUV 92 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 93 88 110 0.15 0.2 0 0.57 253.64 0.11 0.39
Hex 5D 58 6E F 14 0 39 FE B 27
Octal 135 130 156 17 24 0 71 376 13 47
Binary 1011101 1011000 1101110 1111 10100 0 111001 11111110 1011 100111

Color Harmonies of #5D586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D586E

Black with #5D586E

Text Example


Text Example

White with #5D586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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