#56466E

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

Shades of Meteorite #56466E

Tints of Meteorite #56466E

Color information

#56466E (or 0x56466E) is unknown color: approx Meteorite. HEX triplet: 56, 46 and 6E. RGB value is (86,70,110). Sum of RGB (Red+Green+Blue) = 86+70+110=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #56466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56466E is #A9B991. Grayscale: #4F4F4F. Windows color (decimal): -11123090 or 7226966. OLE color: 7226966.

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

Color convert

RGB8670110-
CMYK0.220.3600.57
HSL264º22.22%35.29%-
HSV(B)264º36.36%43.14%-
XYZ8.847.4815.73-
YUV79.34145.3132.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=32.33%
G=26.32%
B=41.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86701100.220.3600.5726422.2235.29
Hex56466E16240391081623
Octal12610615626440714102643
Binary10101101000110110111010110100100011100110000100010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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