#864573

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

Shades of Cosmic #864573

Tints of Cosmic #864573

Color information

#864573 (or 0x864573) is unknown color: approx Cosmic. HEX triplet: 86, 45 and 73. RGB value is (134,69,115). Sum of RGB (Red+Green+Blue) = 134+69+115=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #864573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864573 is #79BA8C. Grayscale: #5D5D5D. Windows color (decimal): -7977613 or 7554438. OLE color: 7554438.

HSL color Cylindrical-coordinate representation of color #864573: hue angle of 317.54º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #864573 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13469115-
CMYK00.490.140.47
HSL317.54º32.02%39.8%-
HSV(B)317.54º48.51%52.55%-
XYZ15.0510.5617.46-
YUV93.68140.03156.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 115 (45.31% from 255) = 36.16%
R=42.14%
G=21.70%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346911500.490.140.47317.5432.0239.8
Hex864573031E2F13e2028
Octal20610516306116574764050
Binary100001101000101111001101100011110101111100111110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864573; }

 p { color: rgb(134,69,115); }

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

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

 a { background-color: rgb(134,69,115); }

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

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

 span { border-color: rgb(134,69,115); }

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