Html Css Color HEX #56516B Smoky

📋 copy color: '#56516B'

red 86 ◦ green 81 ◦ blue 107

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

Shades of Smoky #56516B

Tints of Smoky #56516B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.05%

R = 31.39%
G = 29.56%
B = 39.05%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56516B (or 0x56516B) is known color: Smoky. HEX triplet: 56, 51 and 6B. RGB value is (86,81,107). Sum of RGB (Red+Green+Blue) = 86+81+107=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #56516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56516B is #A9AE94. Grayscale: #555555. Windows color (decimal): -11120277 or 7033174. OLE color: 7033174.

HSL color Cylindrical-coordinate representation of color #56516B: hue angle of 251.54º degrees, saturation: 0.14, 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 #56516B is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 81 107 -
CMYK 0.20 0.24 0 0.58
HSL 251.54º 0.14% 0.37% -
HSV(B) 251.54º 0.24% 0.42% -
XYZ 9.43 8.92 15.14 -
YUV 85.46 140.16 128.39 -
System Red Green Blue C M Y K H S L
Decimal 86 81 107 0.20 0.24 0 0.58 251.54 0.14 0.37
Hex 56 51 6B 14 18 0 3A FC E 25
Octal 126 121 153 24 30 0 72 374 16 45
Binary 1010110 1010001 1101011 10100 11000 0 111010 11111100 1110 100101

Color Harmonies of #56516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56516B

Black with #56516B

Text Example


Text Example

White with #56516B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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