Html Css Color HEX #5C566D Smoky

📋 copy color: '#5C566D'

red 92 ◦ green 86 ◦ blue 109

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

Shades of Smoky #5C566D

Tints of Smoky #5C566D

RGB

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

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

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

R = 32.06%
G = 29.97%
B = 37.98%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5C566D (or 0x5C566D) is known color: Smoky. HEX triplet: 5C, 56 and 6D. RGB value is (92,86,109). Sum of RGB (Red+Green+Blue) = 92+86+109=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 86 (33.98% from 255 or 29.97% 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 #5C566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C566D is #A3A992. Grayscale: #5A5A5A. Windows color (decimal): -10725779 or 7165532. OLE color: 7165532.

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

Color convert

RGB 92 86 109 -
CMYK 0.16 0.21 0 0.57
HSL 255.65º 0.12% 0.38% -
HSV(B) 255.65º 0.21% 0.43% -
XYZ 10.5 10.04 15.85 -
YUV 90.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 92 86 109 0.16 0.21 0 0.57 255.65 0.12 0.38
Hex 5C 56 6D 10 15 0 39 100 C 26
Octal 134 126 155 20 25 0 71 400 14 46
Binary 1011100 1010110 1101101 10000 10101 0 111001 100000000 1100 100110

Color Harmonies of #5C566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C566D

Black with #5C566D

Text Example


Text Example

White with #5C566D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,86,109); }

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

background-color css

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

 a { background-color: rgb(92,86,109); }

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

border-color css

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

 span { border-color: rgb(92,86,109); }

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