Html Css Color HEX #56516A Smoky

📋 copy color: '#56516A'

red 86 ◦ green 81 ◦ blue 106

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

Shades of Smoky #56516A

Tints of Smoky #56516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.83%

R = 31.5%
G = 29.67%
B = 38.83%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56516A (or 0x56516A) is known color: Smoky. HEX triplet: 56, 51 and 6A. RGB value is (86,81,106). Sum of RGB (Red+Green+Blue) = 86+81+106=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #56516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56516A is #A9AE95. Grayscale: #555555. Windows color (decimal): -11120278 or 6967638. OLE color: 6967638.

HSL color Cylindrical-coordinate representation of color #56516A: hue angle of 252º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #56516A is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 81 106 -
CMYK 0.19 0.24 0 0.58
HSL 252º 0.13% 0.37% -
HSV(B) 252º 0.24% 0.42% -
XYZ 9.38 8.9 14.86 -
YUV 85.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 86 81 106 0.19 0.24 0 0.58 252 0.13 0.37
Hex 56 51 6A 13 18 0 3A FC D 25
Octal 126 121 152 23 30 0 72 374 15 45
Binary 1010110 1010001 1101010 10011 11000 0 111010 11111100 1101 100101

Color Harmonies of #56516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56516A

Black with #56516A

Text Example


Text Example

White with #56516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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