#564972

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

Shades of Meteorite #564972

Tints of Meteorite #564972

Color information

#564972 (or 0x564972) is unknown color: approx Meteorite. HEX triplet: 56, 49 and 72. RGB value is (86,73,114). Sum of RGB (Red+Green+Blue) = 86+73+114=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #564972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564972 is #A9B68D. Grayscale: #515151. Windows color (decimal): -11122318 or 7489878. OLE color: 7489878.

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

Color convert

RGB8673114-
CMYK0.250.3600.55
HSL259.02º21.93%36.67%-
HSV(B)259.02º35.96%44.71%-
XYZ9.267.9616.97-
YUV81.56146.31131.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=31.50%
G=26.74%
B=41.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86731140.250.3600.55259.0221.9336.67
Hex56497219240371031625
Octal12611116231440674032645
Binary10101101001001111001011001100100011011110000001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564972; }

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

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

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

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

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

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

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

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