#564473

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

Shades of Meteorite #564473

Tints of Meteorite #564473

Color information

#564473 (or 0x564473) is unknown color: approx Meteorite. HEX triplet: 56, 44 and 73. RGB value is (86,68,115). Sum of RGB (Red+Green+Blue) = 86+68+115=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #564473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564473 is #A9BB8C. Grayscale: #4E4E4E. Windows color (decimal): -11123597 or 7554134. OLE color: 7554134.

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

Color convert

RGB8668115-
CMYK0.250.4100.55
HSL262.98º25.68%35.88%-
HSV(B)262.98º40.87%45.1%-
XYZ97.3517.16-
YUV78.74148.46133.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=31.97%
G=25.28%
B=42.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86681150.250.4100.55262.9825.6835.88
Hex56447319290371071a24
Octal12610416331510674073244
Binary10101101000100111001111001101001011011110000011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564473; }

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

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

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

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

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

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

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

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