#564971

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

Shades of Meteorite #564971

Tints of Meteorite #564971

Color information

#564971 (or 0x564971) is unknown color: approx Meteorite. HEX triplet: 56, 49 and 71. RGB value is (86,73,113). Sum of RGB (Red+Green+Blue) = 86+73+113=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #564971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564971 is #A9B68E. Grayscale: #515151. Windows color (decimal): -11122319 or 7424342. OLE color: 7424342.

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

Color convert

RGB8673113-
CMYK0.240.3500.56
HSL259.5º21.51%36.47%-
HSV(B)259.5º35.4%44.31%-
XYZ9.27.9416.67-
YUV81.45145.81131.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=31.62%
G=26.84%
B=41.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86731130.240.3500.56259.521.5136.47
Hex56497118230381041624
Octal12611116130430704042644
Binary10101101001001111000111000100011011100010000010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564971; }

 p { color: rgb(86,73,113); }

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

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

 a { background-color: rgb(86,73,113); }

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

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

 span { border-color: rgb(86,73,113); }

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