#564272

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

Shades of Meteorite #564272

Tints of Meteorite #564272

Color information

#564272 (or 0x564272) is unknown color: approx Meteorite. HEX triplet: 56, 42 and 72. RGB value is (86,66,114). Sum of RGB (Red+Green+Blue) = 86+66+114=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #564272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564272 is #A9BD8D. Grayscale: #4D4D4D. Windows color (decimal): -11124110 or 7488086. OLE color: 7488086.

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

Color convert

RGB8666114-
CMYK0.250.4200.55
HSL265º26.67%35.29%-
HSV(B)265º42.11%44.71%-
XYZ8.827.0916.82-
YUV77.45148.63134.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=32.33%
G=24.81%
B=42.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86661140.250.4200.5526526.6735.29
Hex564272192A0371091b23
Octal12610216231520674113343
Binary10101101000010111001011001101010011011110000100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564272; }

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

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

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

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

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

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

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

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