#56526C

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

Shades of Smoky #56526C

Tints of Smoky #56526C

Color information

#56526C (or 0x56526C) is unknown color: approx Smoky. HEX triplet: 56, 52 and 6C. RGB value is (86,82,108). Sum of RGB (Red+Green+Blue) = 86+82+108=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #56526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56526C is #A9AD93. Grayscale: #565656. Windows color (decimal): -11120020 or 7098966. OLE color: 7098966.

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

Color convert

RGB8682108-
CMYK0.200.2400.58
HSL249.23º13.68%37.25%-
HSV(B)249.23º24.07%42.35%-
XYZ9.569.115.44-
YUV86.16140.33127.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=31.16%
G=29.71%
B=39.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86821080.200.2400.58249.2313.6837.25
Hex56526C141803Af9e25
Octal12612215424300723711645
Binary10101101010010110110010100110000111010111110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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