#564970

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

Shades of Meteorite #564970

Tints of Meteorite #564970

Color information

#564970 (or 0x564970) is unknown color: approx Meteorite. HEX triplet: 56, 49 and 70. RGB value is (86,73,112). Sum of RGB (Red+Green+Blue) = 86+73+112=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #564970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564970 is #A9B68F. Grayscale: #515151. Windows color (decimal): -11122320 or 7358806. OLE color: 7358806.

HSL color Cylindrical-coordinate representation of color #564970: hue angle of 260º degrees, saturation: 0.21, 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 #564970 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8673112-
CMYK0.230.3500.56
HSL260º21.08%36.27%-
HSV(B)260º34.82%43.92%-
XYZ9.147.9116.37-
YUV81.33145.31131.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=31.73%
G=26.94%
B=41.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86731120.230.3500.5626021.0836.27
Hex56497017230381041524
Octal12611116027430704042544
Binary10101101001001111000010111100011011100010000010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564970; }

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

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

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

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

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

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

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

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