#56516F

Color #56516F Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #56516F

Tints of Smoky #56516F

Color information

#56516F (or 0x56516F) is unknown color: approx 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

RGB8681111-
CMYK0.230.2700.56
HSL250º15.62%37.65%-
HSV(B)250º27.03%43.53%-
XYZ9.659.0116.27-
YUV85.92142.16128.06-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86811110.230.2700.5625015.6237.65
Hex56516F171B038fa1026
Octal12612115727330703722046
Binary101011010100011101111101111101101110001111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>