#854864

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

Shades of Cosmic #854864

Tints of Cosmic #854864

Color information

#854864 (or 0x854864) is unknown color: approx Cosmic. HEX triplet: 85, 48 and 64. RGB value is (133,72,100). Sum of RGB (Red+Green+Blue) = 133+72+100=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #854864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854864 is #7AB79B. Grayscale: #5D5D5D. Windows color (decimal): -8042396 or 6572165. OLE color: 6572165.

HSL color Cylindrical-coordinate representation of color #854864: hue angle of 332.46º 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 #854864 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB13372100-
CMYK00.460.250.48
HSL332.46º29.76%40.2%-
HSV(B)332.46º45.86%52.16%-
XYZ14.2910.5413.34-
YUV93.43131.71156.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=43.61%
G=23.61%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337210000.460.250.48332.4629.7640.2
Hex85486402E193014c1e28
Octal20511014405631605143650
Binary100001011001000110010001011101100111000010100110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854864; }

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

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

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

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

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

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

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

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