#854060

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

Shades of Cosmic #854060

Tints of Cosmic #854060

Color information

#854060 (or 0x854060) is unknown color: approx Cosmic. HEX triplet: 85, 40 and 60. RGB value is (133,64,96). Sum of RGB (Red+Green+Blue) = 133+64+96=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #854060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854060 is #7ABF9F. Grayscale: #585858. Windows color (decimal): -8044448 or 6307973. OLE color: 6307973.

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

Color convert

RGB1336496-
CMYK00.520.280.48
HSL332.17º35.03%38.63%-
HSV(B)332.17º51.88%52.16%-
XYZ13.629.512.18-
YUV88.28132.36159.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=45.39%
G=21.84%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133649600.520.280.48332.1735.0338.63
Hex8540600341C3014c2327
Octal20510014006434605144347
Binary1000010110000001100000011010011100110000101001100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854060; }

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

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

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

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

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

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

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

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