#85496E

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

Shades of Cosmic #85496E

Tints of Cosmic #85496E

Color information

#85496E (or 0x85496E) is unknown color: approx Cosmic. HEX triplet: 85, 49 and 6E. RGB value is (133,73,110). Sum of RGB (Red+Green+Blue) = 133+73+110=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #85496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85496E is #7AB691. Grayscale: #5F5F5F. Windows color (decimal): -8042130 or 7227781. OLE color: 7227781.

HSL color Cylindrical-coordinate representation of color #85496E: hue angle of 323º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85496E is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13373110-
CMYK00.450.170.48
HSL323º29.13%40.39%-
HSV(B)323º45.11%52.16%-
XYZ14.8710.8816.07-
YUV95.16136.38154.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=42.09%
G=23.10%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337311000.450.170.4832329.1340.39
Hex85496E02D11301431d28
Octal20511115605521605033550
Binary100001011001001110111001011011000111000010100001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85496E; }

 p { color: rgb(133,73,110); }

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

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

 a { background-color: rgb(133,73,110); }

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

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

 span { border-color: rgb(133,73,110); }

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