#564671

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

Shades of Meteorite #564671

Tints of Meteorite #564671

Color information

#564671 (or 0x564671) is unknown color: approx Meteorite. HEX triplet: 56, 46 and 71. RGB value is (86,70,113). Sum of RGB (Red+Green+Blue) = 86+70+113=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #564671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564671 is #A9B98E. Grayscale: #4F4F4F. Windows color (decimal): -11123087 or 7423574. OLE color: 7423574.

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

Color convert

RGB8670113-
CMYK0.240.3800.56
HSL262.33º23.5%35.88%-
HSV(B)262.33º38.05%44.31%-
XYZ9.017.5516.61-
YUV79.69146.8132.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=31.97%
G=26.02%
B=42.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86701130.240.3800.56262.3323.535.88
Hex56467118260381061724
Octal12610616130460704062744
Binary10101101000110111000111000100110011100010000011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564671; }

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

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

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

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

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

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

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

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