#855170

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

Shades of Cosmic #855170

Tints of Cosmic #855170

Color information

#855170 (or 0x855170) is unknown color: approx Cosmic. HEX triplet: 85, 51 and 70. RGB value is (133,81,112). Sum of RGB (Red+Green+Blue) = 133+81+112=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #855170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855170 is #7AAE8F. Grayscale: #646464. Windows color (decimal): -8040080 or 7360901. OLE color: 7360901.

HSL color Cylindrical-coordinate representation of color #855170: hue angle of 324.23º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855170 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB13381112-
CMYK00.390.160.48
HSL324.23º24.3%41.96%-
HSV(B)324.23º39.1%52.16%-
XYZ15.5412.0416.83-
YUV100.08134.73151.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=40.80%
G=24.85%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338111200.390.160.48324.2324.341.96
Hex8551700271030144182a
Octal20512116004720605043052
Binary100001011010001111000001001111000011000010100010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855170; }

 p { color: rgb(133,81,112); }

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

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

 a { background-color: rgb(133,81,112); }

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

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

 span { border-color: rgb(133,81,112); }

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