#854673

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

Shades of Cosmic #854673

Tints of Cosmic #854673

Color information

#854673 (or 0x854673) is unknown color: approx Cosmic. HEX triplet: 85, 46 and 73. RGB value is (133,70,115). Sum of RGB (Red+Green+Blue) = 133+70+115=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #854673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854673 is #7AB98C. Grayscale: #5D5D5D. Windows color (decimal): -8042893 or 7554693. OLE color: 7554693.

HSL color Cylindrical-coordinate representation of color #854673: hue angle of 317.14º degrees, saturation: 0.31, 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 #854673 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13370115-
CMYK00.470.140.48
HSL317.14º31.03%39.8%-
HSV(B)317.14º47.37%52.16%-
XYZ14.9610.617.48-
YUV93.97139.87155.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 115 (45.31% from 255) = 36.16%
R=41.82%
G=22.01%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337011500.470.140.48317.1431.0339.8
Hex85467302FE3013d1f28
Octal20510616305716604753750
Binary10000101100011011100110101111111011000010011110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854673; }

 p { color: rgb(133,70,115); }

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

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

 a { background-color: rgb(133,70,115); }

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

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

 span { border-color: rgb(133,70,115); }

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