#564373

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

Shades of Meteorite #564373

Tints of Meteorite #564373

Color information

#564373 (or 0x564373) is unknown color: approx Meteorite. HEX triplet: 56, 43 and 73. RGB value is (86,67,115). Sum of RGB (Red+Green+Blue) = 86+67+115=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #564373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564373 is #A9BC8C. Grayscale: #4D4D4D. Windows color (decimal): -11123853 or 7553878. OLE color: 7553878.

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

Color convert

RGB8667115-
CMYK0.250.4200.55
HSL263.75º26.37%35.69%-
HSV(B)263.75º41.74%45.1%-
XYZ8.947.2317.14-
YUV78.15148.79133.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=32.09%
G=25%
B=42.91%

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
Decimal86671150.250.4200.55263.7526.3735.69
Hex564373192A0371081a24
Octal12610316331520674103244
Binary10101101000011111001111001101010011011110000100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564373; }

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

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

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

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

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

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

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

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