#855970

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

Shades of Cosmic #855970

Tints of Cosmic #855970

Color information

#855970 (or 0x855970) is unknown color: approx Cosmic. HEX triplet: 85, 59 and 70. RGB value is (133,89,112). Sum of RGB (Red+Green+Blue) = 133+89+112=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #855970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855970 is #7AA68F. Grayscale: #686868. Windows color (decimal): -8038032 or 7362949. OLE color: 7362949.

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

Color convert

RGB13389112-
CMYK00.330.160.48
HSL328.64º19.82%43.53%-
HSV(B)328.64º33.08%52.16%-
XYZ16.1713.317.04-
YUV104.78132.08148.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=39.82%
G=26.65%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338911200.330.160.48328.6419.8243.53
Hex8559700211030149142c
Octal20513116004120605112454
Binary100001011011001111000001000011000011000010100100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855970; }

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

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

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

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

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

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

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

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