#854770

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

Shades of Cosmic #854770

Tints of Cosmic #854770

Color information

#854770 (or 0x854770) is unknown color: approx Cosmic. HEX triplet: 85, 47 and 70. RGB value is (133,71,112). Sum of RGB (Red+Green+Blue) = 133+71+112=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #854770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854770 is #7AB88F. Grayscale: #5E5E5E. Windows color (decimal): -8042640 or 7358341. OLE color: 7358341.

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

Color convert

RGB13371112-
CMYK00.470.160.48
HSL320.32º30.39%40%-
HSV(B)320.32º46.62%52.16%-
XYZ14.8510.6616.6-
YUV94.21138.04155.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 71 (28.12% from 255) = 22.47%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=42.09%
G=22.47%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337111200.470.160.48320.3230.3940
Hex85477002F10301401e28
Octal20510716005720605003650
Binary100001011000111111000001011111000011000010100000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854770; }

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

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

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

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

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

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

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

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