Html Css Color HEX #5D566C Smoky

📋 copy color: '#5D566C'

red 93 ◦ green 86 ◦ blue 108

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

Shades of Smoky #5D566C

Tints of Smoky #5D566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

 BLUE value IS 108 (42.58% from 255) = 37.63%

R = 32.4%
G = 29.97%
B = 37.63%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5D566C (or 0x5D566C) is known color: Smoky. HEX triplet: 5D, 56 and 6C. RGB value is (93,86,108). Sum of RGB (Red+Green+Blue) = 93+86+108=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D566C is #A2A993. Grayscale: #5A5A5A. Windows color (decimal): -10660244 or 7099997. OLE color: 7099997.

HSL color Cylindrical-coordinate representation of color #5D566C: hue angle of 259.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5D566C is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 93 86 108 -
CMYK 0.14 0.20 0 0.58
HSL 259.09º 0.11% 0.38% -
HSV(B) 259.09º 0.2% 0.42% -
XYZ 10.55 10.07 15.57 -
YUV 90.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 93 86 108 0.14 0.20 0 0.58 259.09 0.11 0.38
Hex 5D 56 6C E 14 0 3A 103 B 26
Octal 135 126 154 16 24 0 72 403 13 46
Binary 1011101 1010110 1101100 1110 10100 0 111010 100000011 1011 100110

Color Harmonies of #5D566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D566C

Black with #5D566C

Text Example


Text Example

White with #5D566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,86,108); }

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

background-color css

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

 a { background-color: rgb(93,86,108); }

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

border-color css

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

 span { border-color: rgb(93,86,108); }

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