Html Css Color HEX #5D556D Smoky

📋 copy color: '#5D556D'

red 93 ◦ green 85 ◦ blue 109

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

Shades of Smoky #5D556D

Tints of Smoky #5D556D

RGB

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

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

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

R = 32.4%
G = 29.62%
B = 37.98%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5D556D (or 0x5D556D) is known color: Smoky. HEX triplet: 5D, 55 and 6D. RGB value is (93,85,109). Sum of RGB (Red+Green+Blue) = 93+85+109=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D556D is #A2AA92. Grayscale: #5A5A5A. Windows color (decimal): -10660499 or 7165277. OLE color: 7165277.

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

Color convert

RGB 93 85 109 -
CMYK 0.15 0.22 0 0.57
HSL 260º 0.12% 0.38% -
HSV(B) 260º 0.22% 0.43% -
XYZ 10.52 9.93 15.83 -
YUV 90.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 93 85 109 0.15 0.22 0 0.57 260 0.12 0.38
Hex 5D 55 6D F 16 0 39 104 C 26
Octal 135 125 155 17 26 0 71 404 14 46
Binary 1011101 1010101 1101101 1111 10110 0 111001 100000100 1100 100110

Color Harmonies of #5D556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D556D

Black with #5D556D

Text Example


Text Example

White with #5D556D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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