#564771

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

Shades of Meteorite #564771

Tints of Meteorite #564771

Color information

#564771 (or 0x564771) is unknown color: approx Meteorite. HEX triplet: 56, 47 and 71. RGB value is (86,71,113). Sum of RGB (Red+Green+Blue) = 86+71+113=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #564771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564771 is #A9B88E. Grayscale: #505050. Windows color (decimal): -11122831 or 7423830. OLE color: 7423830.

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

Color convert

RGB8671113-
CMYK0.240.3700.56
HSL261.43º22.83%36.08%-
HSV(B)261.43º37.17%44.31%-
XYZ9.077.6816.63-
YUV80.27146.47132.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 71 (28.12% from 255) = 26.30%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=31.85%
G=26.30%
B=41.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86711130.240.3700.56261.4322.8336.08
Hex56477118250381051724
Octal12610716130450704052744
Binary10101101000111111000111000100101011100010000010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564771; }

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

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

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

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

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

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

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

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