#56526E

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

Shades of Smoky #56526E

Tints of Smoky #56526E

Color information

#56526E (or 0x56526E) is unknown color: approx Smoky. HEX triplet: 56, 52 and 6E. RGB value is (86,82,110). Sum of RGB (Red+Green+Blue) = 86+82+110=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #56526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56526E is #A9AD91. Grayscale: #565656. Windows color (decimal): -11120018 or 7230038. OLE color: 7230038.

HSL color Cylindrical-coordinate representation of color #56526E: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56526E is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8682110-
CMYK0.220.2500.57
HSL248.57º14.58%37.65%-
HSV(B)248.57º25.45%43.14%-
XYZ9.679.1416.01-
YUV86.39141.33127.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=30.94%
G=29.50%
B=39.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86821100.220.2500.57248.5714.5837.65
Hex56526E1619039f9f26
Octal12612215626310713711746
Binary10101101010010110111010110110010111001111110011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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