#855573

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

Shades of Cosmic #855573

Tints of Cosmic #855573

Color information

#855573 (or 0x855573) is unknown color: approx Cosmic. HEX triplet: 85, 55 and 73. RGB value is (133,85,115). Sum of RGB (Red+Green+Blue) = 133+85+115=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #855573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855573 is #7AAA8C. Grayscale: #666666. Windows color (decimal): -8039053 or 7558533. OLE color: 7558533.

HSL color Cylindrical-coordinate representation of color #855573: hue angle of 322.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855573 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13385115-
CMYK00.360.140.48
HSL322.5º22.02%42.75%-
HSV(B)322.5º36.09%52.16%-
XYZ16.0212.7217.83-
YUV102.77134.9149.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=39.94%
G=25.53%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338511500.360.140.48322.522.0242.75
Hex855573024E30142162b
Octal20512516304416605022653
Binary10000101101010111100110100100111011000010100001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855573; }

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

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

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

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

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

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

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

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