#564273

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

Shades of Meteorite #564273

Tints of Meteorite #564273

Color information

#564273 (or 0x564273) is unknown color: approx Meteorite. HEX triplet: 56, 42 and 73. RGB value is (86,66,115). Sum of RGB (Red+Green+Blue) = 86+66+115=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #564273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564273 is #A9BD8C. Grayscale: #4D4D4D. Windows color (decimal): -11124109 or 7553622. OLE color: 7553622.

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

Color convert

RGB8666115-
CMYK0.250.4300.55
HSL264.49º27.07%35.49%-
HSV(B)264.49º42.61%45.1%-
XYZ8.887.1117.12-
YUV77.57149.13134.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 115 (45.31% from 255) = 43.07%
R=32.21%
G=24.72%
B=43.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86661150.250.4300.55264.4927.0735.49
Hex564273192B0371081b23
Octal12610216331530674103343
Binary10101101000010111001111001101011011011110000100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564273; }

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

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

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

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

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

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

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

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