Html Css Color HEX #5C5966 Smoky

📋 copy color: '#5C5966'

red 92 ◦ green 89 ◦ blue 102

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

Shades of Smoky #5C5966

Tints of Smoky #5C5966

RGB

 RED value IS 92 (36.33% from 255) = 32.51%

 GREEN value IS 89 (35.16% from 255) = 31.45%

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

R = 32.51%
G = 31.45%
B = 36.04%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5C5966 (or 0x5C5966) is known color: Smoky. HEX triplet: 5C, 59 and 66. RGB value is (92,89,102). Sum of RGB (Red+Green+Blue) = 92+89+102=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C5966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5966 is #A3A699. Grayscale: #5B5B5B. Windows color (decimal): -10725018 or 6707548. OLE color: 6707548.

HSL color Cylindrical-coordinate representation of color #5C5966: hue angle of 253.85º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5C5966 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 92 89 102 -
CMYK 0.10 0.13 0 0.6
HSL 253.85º 0.07% 0.37% -
HSV(B) 253.85º 0.13% 0.4% -
XYZ 10.38 10.38 14.03 -
YUV 91.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 92 89 102 0.10 0.13 0 0.6 253.85 0.07 0.37
Hex 5C 59 66 A D 0 3C FE 7 25
Octal 134 131 146 12 15 0 74 376 7 45
Binary 1011100 1011001 1100110 1010 1101 0 111100 11111110 111 100101

Color Harmonies of #5C5966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5966

Black with #5C5966

Text Example


Text Example

White with #5C5966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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