#854869

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

Shades of Cosmic #854869

Tints of Cosmic #854869

Color information

#854869 (or 0x854869) is unknown color: approx Cosmic. HEX triplet: 85, 48 and 69. RGB value is (133,72,105). Sum of RGB (Red+Green+Blue) = 133+72+105=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #854869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854869 is #7AB796. Grayscale: #5D5D5D. Windows color (decimal): -8042391 or 6899845. OLE color: 6899845.

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

Color convert

RGB13372105-
CMYK00.460.210.48
HSL327.54º29.76%40.2%-
HSV(B)327.54º45.86%52.16%-
XYZ14.5410.6414.65-
YUV94134.21155.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 72 (28.52% from 255) = 23.23%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=42.90%
G=23.23%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337210500.460.210.48327.5429.7640.2
Hex85486902E15301481e28
Octal20511015105625605103650
Binary100001011001000110100101011101010111000010100100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854869; }

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

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

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

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

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

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

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

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