#564573

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

Shades of Meteorite #564573

Tints of Meteorite #564573

Color information

#564573 (or 0x564573) is unknown color: approx Meteorite. HEX triplet: 56, 45 and 73. RGB value is (86,69,115). Sum of RGB (Red+Green+Blue) = 86+69+115=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #564573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564573 is #A9BA8C. Grayscale: #4F4F4F. Windows color (decimal): -11123341 or 7554390. OLE color: 7554390.

HSL color Cylindrical-coordinate representation of color #564573: hue angle of 262.17º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564573 is Cyan = 0.25, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8669115-
CMYK0.250.400.55
HSL262.17º25%36.08%-
HSV(B)262.17º40%45.1%-
XYZ9.067.4717.18-
YUV79.33148.13132.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=31.85%
G=25.56%
B=42.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86691150.250.400.55262.172536.08
Hex56457319280371061924
Octal12610516331500674063144
Binary10101101000101111001111001101000011011110000011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564573; }

 p { color: rgb(86,69,115); }

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

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

 a { background-color: rgb(86,69,115); }

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

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

 span { border-color: rgb(86,69,115); }

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