#865473

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

Shades of Cosmic #865473

Tints of Cosmic #865473

Color information

#865473 (or 0x865473) is unknown color: approx Cosmic. HEX triplet: 86, 54 and 73. RGB value is (134,84,115). Sum of RGB (Red+Green+Blue) = 134+84+115=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #865473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865473 is #79AB8C. Grayscale: #666666. Windows color (decimal): -7973773 or 7558278. OLE color: 7558278.

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

Color convert

RGB13484115-
CMYK00.370.140.47
HSL322.8º22.94%42.75%-
HSV(B)322.8º37.31%52.55%-
XYZ16.112.6517.81-
YUV102.48135.06150.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=40.24%
G=25.23%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348411500.370.140.47322.822.9442.75
Hex865473025E2F143172b
Octal20612416304516575032753
Binary10000110101010011100110100101111010111110100001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865473; }

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

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

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

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

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

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

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

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