#85496A

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

Shades of Cosmic #85496A

Tints of Cosmic #85496A

Color information

#85496A (or 0x85496A) is unknown color: approx Cosmic. HEX triplet: 85, 49 and 6A. RGB value is (133,73,106). Sum of RGB (Red+Green+Blue) = 133+73+106=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85496A is #7AB695. Grayscale: #5E5E5E. Windows color (decimal): -8042134 or 6965637. OLE color: 6965637.

HSL color Cylindrical-coordinate representation of color #85496A: hue angle of 327º 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 #85496A is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13373106-
CMYK00.450.200.48
HSL327º29.13%40.39%-
HSV(B)327º45.11%52.16%-
XYZ14.6610.7914.95-
YUV94.7134.38155.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=42.63%
G=23.40%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337310600.450.200.4832729.1340.39
Hex85496A02D14301471d28
Octal20511115205524605073550
Binary100001011001001110101001011011010011000010100011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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