#854860

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

Shades of Cosmic #854860

Tints of Cosmic #854860

Color information

#854860 (or 0x854860) is unknown color: approx Cosmic. HEX triplet: 85, 48 and 60. RGB value is (133,72,96). Sum of RGB (Red+Green+Blue) = 133+72+96=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #854860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854860 is #7AB79F. Grayscale: #5C5C5C. Windows color (decimal): -8042400 or 6310021. OLE color: 6310021.

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

Color convert

RGB1337296-
CMYK00.460.280.48
HSL336.39º29.76%40.2%-
HSV(B)336.39º45.86%52.16%-
XYZ14.110.4712.34-
YUV92.98129.71156.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=44.19%
G=23.92%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133729600.460.280.48336.3929.7640.2
Hex85486002E1C301501e28
Octal20511014005634605203650
Binary100001011001000110000001011101110011000010101000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854860; }

 p { color: rgb(133,72,96); }

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

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

 a { background-color: rgb(133,72,96); }

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

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

 span { border-color: rgb(133,72,96); }

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