#56506A

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

Shades of Smoky #56506A

Tints of Smoky #56506A

Color information

#56506A (or 0x56506A) is unknown color: approx Smoky. HEX triplet: 56, 50 and 6A. RGB value is (86,80,106). Sum of RGB (Red+Green+Blue) = 86+80+106=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 106 - color contains mainly: blue. Hex color #56506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56506A is #A9AF95. Grayscale: #545454. Windows color (decimal): -11120534 or 6967382. OLE color: 6967382.

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

Color convert

RGB8680106-
CMYK0.190.2500.58
HSL253.85º13.98%36.47%-
HSV(B)253.85º24.53%41.57%-
XYZ9.318.7614.84-
YUV84.76139.99128.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=31.62%
G=29.41%
B=38.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86801060.190.2500.58253.8513.9836.47
Hex56506A131903Afee24
Octal12612015223310723761644
Binary10101101010000110101010011110010111010111111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #56506A;
 }
 .AnyTagClassName
 {
   color: #56506A;
 }
</style>
background-color css

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

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

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

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

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

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