#56456E

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

Shades of Meteorite #56456E

Tints of Meteorite #56456E

Color information

#56456E (or 0x56456E) is unknown color: approx Meteorite. HEX triplet: 56, 45 and 6E. RGB value is (86,69,110). Sum of RGB (Red+Green+Blue) = 86+69+110=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #56456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56456E is #A9BA91. Grayscale: #4E4E4E. Windows color (decimal): -11123346 or 7226710. OLE color: 7226710.

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

Color convert

RGB8669110-
CMYK0.220.3700.57
HSL264.88º22.91%35.1%-
HSV(B)264.88º37.27%43.14%-
XYZ8.787.3615.71-
YUV78.76145.63133.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=32.45%
G=26.04%
B=41.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86691100.220.3700.57264.8822.9135.1
Hex56456E16250391091723
Octal12610515626450714112743
Binary10101101000101110111010110100101011100110000100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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