#85486E

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

Shades of Cosmic #85486E

Tints of Cosmic #85486E

Color information

#85486E (or 0x85486E) is unknown color: approx Cosmic. HEX triplet: 85, 48 and 6E. RGB value is (133,72,110). Sum of RGB (Red+Green+Blue) = 133+72+110=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #85486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85486E is #7AB791. Grayscale: #5E5E5E. Windows color (decimal): -8042386 or 7227525. OLE color: 7227525.

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

Color convert

RGB13372110-
CMYK00.460.170.48
HSL322.62º29.76%40.2%-
HSV(B)322.62º45.86%52.16%-
XYZ14.810.7516.05-
YUV94.57136.71155.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=42.22%
G=22.86%
B=34.92%

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
Decimal1337211000.460.170.48322.6229.7640.2
Hex85486E02E11301431e28
Octal20511015605621605033650
Binary100001011001000110111001011101000111000010100001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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