#85486F

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

Shades of Cosmic #85486F

Tints of Cosmic #85486F

Color information

#85486F (or 0x85486F) is unknown color: approx Cosmic. HEX triplet: 85, 48 and 6F. RGB value is (133,72,111). Sum of RGB (Red+Green+Blue) = 133+72+111=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #85486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85486F is #7AB790. Grayscale: #5E5E5E. Windows color (decimal): -8042385 or 7293061. OLE color: 7293061.

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

Color convert

RGB13372111-
CMYK00.460.170.48
HSL321.64º29.76%40.2%-
HSV(B)321.64º45.86%52.16%-
XYZ14.8610.7716.33-
YUV94.68137.21155.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 72 (28.52% from 255) = 22.78%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=42.09%
G=22.78%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337211100.460.170.48321.6429.7640.2
Hex85486F02E11301421e28
Octal20511015705621605023650
Binary100001011001000110111101011101000111000010100001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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