Html Css Color HEX #56516F Smoky

📋 copy color: '#56516F'

red 86 ◦ green 81 ◦ blue 111

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

Shades of Smoky #56516F

Tints of Smoky #56516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 30.94%
G = 29.14%
B = 39.93%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#56516F (or 0x56516F) is known color: Smoky. HEX triplet: 56, 51 and 6F. RGB value is (86,81,111). Sum of RGB (Red+Green+Blue) = 86+81+111=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #56516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56516F is #A9AE90. Grayscale: #555555. Windows color (decimal): -11120273 or 7295318. OLE color: 7295318.

HSL color Cylindrical-coordinate representation of color #56516F: hue angle of 250º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56516F is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 81 111 -
CMYK 0.23 0.27 0 0.56
HSL 250º 0.16% 0.38% -
HSV(B) 250º 0.27% 0.44% -
XYZ 9.65 9.01 16.27 -
YUV 85.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 86 81 111 0.23 0.27 0 0.56 250 0.16 0.38
Hex 56 51 6F 17 1B 0 38 FA 10 26
Octal 126 121 157 27 33 0 70 372 20 46
Binary 1010110 1010001 1101111 10111 11011 0 111000 11111010 10000 100110

Color Harmonies of #56516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56516F

Black with #56516F

Text Example


Text Example

White with #56516F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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