#865573

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

Shades of Cosmic #865573

Tints of Cosmic #865573

Color information

#865573 (or 0x865573) is unknown color: approx Cosmic. HEX triplet: 86, 55 and 73. RGB value is (134,85,115). Sum of RGB (Red+Green+Blue) = 134+85+115=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #865573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865573 is #79AA8C. Grayscale: #676767. Windows color (decimal): -7973517 or 7558534. OLE color: 7558534.

HSL color Cylindrical-coordinate representation of color #865573: hue angle of 323.27º degrees, saturation: 0.22, 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 #865573 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13485115-
CMYK00.370.140.47
HSL323.27º22.37%42.94%-
HSV(B)323.27º36.57%52.55%-
XYZ16.1712.817.84-
YUV103.07134.73150.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=40.12%
G=25.45%
B=34.43%

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
Decimal1348511500.370.140.47323.2722.3742.94
Hex865573025E2F143162b
Octal20612516304516575032653
Binary10000110101010111100110100101111010111110100001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865573; }

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

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

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

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

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

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

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

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