#564870

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

Shades of Meteorite #564870

Tints of Meteorite #564870

Color information

#564870 (or 0x564870) is unknown color: approx Meteorite. HEX triplet: 56, 48 and 70. RGB value is (86,72,112). Sum of RGB (Red+Green+Blue) = 86+72+112=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #564870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564870 is #A9B78F. Grayscale: #505050. Windows color (decimal): -11122576 or 7358550. OLE color: 7358550.

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

Color convert

RGB8672112-
CMYK0.230.3600.56
HSL261º21.74%36.08%-
HSV(B)261º35.71%43.92%-
XYZ9.087.7816.35-
YUV80.75145.64131.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=31.85%
G=26.67%
B=41.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86721120.230.3600.5626121.7436.08
Hex56487017240381051624
Octal12611016027440704052644
Binary10101101001000111000010111100100011100010000010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564870; }

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

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

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

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

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

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

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

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