#564770

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

Shades of Meteorite #564770

Tints of Meteorite #564770

Color information

#564770 (or 0x564770) is unknown color: approx Meteorite. HEX triplet: 56, 47 and 70. RGB value is (86,71,112). Sum of RGB (Red+Green+Blue) = 86+71+112=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #564770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564770 is #A9B88F. Grayscale: #505050. Windows color (decimal): -11122832 or 7358294. OLE color: 7358294.

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

Color convert

RGB8671112-
CMYK0.230.3700.56
HSL261.95º22.4%35.88%-
HSV(B)261.95º36.61%43.92%-
XYZ9.027.6516.33-
YUV80.16145.97132.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=31.97%
G=26.39%
B=41.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86711120.230.3700.56261.9522.435.88
Hex56477017250381061624
Octal12610716027450704062644
Binary10101101000111111000010111100101011100010000011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564770; }

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

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

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

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

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

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

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

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