#56466C

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

Shades of Meteorite #56466C

Tints of Meteorite #56466C

Color information

#56466C (or 0x56466C) is unknown color: approx Meteorite. HEX triplet: 56, 46 and 6C. RGB value is (86,70,108). Sum of RGB (Red+Green+Blue) = 86+70+108=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 108 - color contains mainly: blue. Hex color #56466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56466C is #A9B993. Grayscale: #4E4E4E. Windows color (decimal): -11123092 or 7095894. OLE color: 7095894.

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

Color convert

RGB8670108-
CMYK0.200.3500.58
HSL265.26º21.35%34.9%-
HSV(B)265.26º35.19%42.35%-
XYZ8.737.4415.16-
YUV79.12144.3132.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 70 (27.73% from 255) = 26.52%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=32.58%
G=26.52%
B=40.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86701080.200.3500.58265.2621.3534.9
Hex56466C142303A1091523
Octal12610615424430724112543
Binary10101101000110110110010100100011011101010000100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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