#85486C

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

Shades of Cosmic #85486C

Tints of Cosmic #85486C

Color information

#85486C (or 0x85486C) is unknown color: approx Cosmic. HEX triplet: 85, 48 and 6C. RGB value is (133,72,108). Sum of RGB (Red+Green+Blue) = 133+72+108=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85486C is #7AB793. Grayscale: #5E5E5E. Windows color (decimal): -8042388 or 7096453. OLE color: 7096453.

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

Color convert

RGB13372108-
CMYK00.460.190.48
HSL324.59º29.76%40.2%-
HSV(B)324.59º45.86%52.16%-
XYZ14.710.715.48-
YUV94.34135.71155.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=42.49%
G=23.00%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337210800.460.190.48324.5929.7640.2
Hex85486C02E13301451e28
Octal20511015405623605053650
Binary100001011001000110110001011101001111000010100010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85486C; }

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

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

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

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

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

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

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

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