#56506C

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

Shades of Smoky #56506C

Tints of Smoky #56506C

Color information

#56506C (or 0x56506C) is unknown color: approx Smoky. HEX triplet: 56, 50 and 6C. RGB value is (86,80,108). Sum of RGB (Red+Green+Blue) = 86+80+108=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #56506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56506C is #A9AF93. Grayscale: #545454. Windows color (decimal): -11120532 or 7098454. OLE color: 7098454.

HSL color Cylindrical-coordinate representation of color #56506C: hue angle of 252.86º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56506C is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8680108-
CMYK0.200.2600.58
HSL252.86º14.89%36.86%-
HSV(B)252.86º25.93%42.35%-
XYZ9.418.815.39-
YUV84.99140.99128.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=31.39%
G=29.20%
B=39.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86801080.200.2600.58252.8614.8936.86
Hex56506C141A03Afdf25
Octal12612015424320723751745
Binary10101101010000110110010100110100111010111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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