Html Css Color HEX #5D5C66 Smoky

📋 copy color: '#5D5C66'

red 93 ◦ green 92 ◦ blue 102

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

Shades of Smoky #5D5C66

Tints of Smoky #5D5C66

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.06%

 BLUE value IS 102 (40.23% from 255) = 35.54%

R = 32.4%
G = 32.06%
B = 35.54%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5D5C66 (or 0x5D5C66) is known color: Smoky. HEX triplet: 5D, 5C and 66. RGB value is (93,92,102). Sum of RGB (Red+Green+Blue) = 93+92+102=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 102 - color contains mainly: blue. Hex color #5D5C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5C66 is #A2A399. Grayscale: #5D5D5D. Windows color (decimal): -10658714 or 6708317. OLE color: 6708317.

HSL color Cylindrical-coordinate representation of color #5D5C66: hue angle of 246º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D5C66 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 93 92 102 -
CMYK 0.09 0.10 0 0.6
HSL 246º 0.05% 0.38% -
HSV(B) 246º 0.1% 0.4% -
XYZ 10.74 10.94 14.12 -
YUV 93.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 93 92 102 0.09 0.10 0 0.6 246 0.05 0.38
Hex 5D 5C 66 9 A 0 3C F6 5 26
Octal 135 134 146 11 12 0 74 366 5 46
Binary 1011101 1011100 1100110 1001 1010 0 111100 11110110 101 100110

Color Harmonies of #5D5C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5C66

Black with #5D5C66

Text Example


Text Example

White with #5D5C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,92,102); }

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

background-color css

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

 a { background-color: rgb(93,92,102); }

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

border-color css

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

 span { border-color: rgb(93,92,102); }

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