#855770

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

Shades of Cosmic #855770

Tints of Cosmic #855770

Color information

#855770 (or 0x855770) is unknown color: approx Cosmic. HEX triplet: 85, 57 and 70. RGB value is (133,87,112). Sum of RGB (Red+Green+Blue) = 133+87+112=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #855770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855770 is #7AA88F. Grayscale: #676767. Windows color (decimal): -8038544 or 7362437. OLE color: 7362437.

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

Color convert

RGB13387112-
CMYK00.350.160.48
HSL327.39º20.91%43.14%-
HSV(B)327.39º34.59%52.16%-
XYZ16.0112.9716.99-
YUV103.6132.74148.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=40.06%
G=26.20%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338711200.350.160.48327.3920.9143.14
Hex8557700231030147152b
Octal20512716004320605072553
Binary100001011010111111000001000111000011000010100011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855770; }

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

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

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

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

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

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

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

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