Html Css Color HEX #56516D Smoky

📋 copy color: '#56516D'

red 86 ◦ green 81 ◦ blue 109

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

Shades of Smoky #56516D

Tints of Smoky #56516D

RGB

 RED value IS 86 (33.98% from 255) = 31.16%

 GREEN value IS 81 (32.03% from 255) = 29.35%

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

R = 31.16%
G = 29.35%
B = 39.49%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56516D (or 0x56516D) is known color: Smoky. HEX triplet: 56, 51 and 6D. RGB value is (86,81,109). Sum of RGB (Red+Green+Blue) = 86+81+109=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #56516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56516D is #A9AE92. Grayscale: #555555. Windows color (decimal): -11120275 or 7164246. OLE color: 7164246.

HSL color Cylindrical-coordinate representation of color #56516D: hue angle of 250.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56516D is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 81 109 -
CMYK 0.21 0.26 0 0.57
HSL 250.71º 0.15% 0.37% -
HSV(B) 250.71º 0.26% 0.43% -
XYZ 9.54 8.97 15.7 -
YUV 85.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 86 81 109 0.21 0.26 0 0.57 250.71 0.15 0.37
Hex 56 51 6D 15 1A 0 39 FB F 25
Octal 126 121 155 25 32 0 71 373 17 45
Binary 1010110 1010001 1101101 10101 11010 0 111001 11111011 1111 100101

Color Harmonies of #56516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56516D

Black with #56516D

Text Example


Text Example

White with #56516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56516D; }

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

 H1.HeaderClassName
 {
   color: #56516D;
 }
 .AnyTagClassName
 {
   color: #56516D;
 }
</style>

background-color css

<style>
 a { background-color: #56516D; }

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

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

border-color css

<style>
 span { border-color: #56516D; }

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

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