#85465E

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

Shades of Cosmic #85465E

Tints of Cosmic #85465E

Color information

#85465E (or 0x85465E) is unknown color: approx Cosmic. HEX triplet: 85, 46 and 5E. RGB value is (133,70,94). Sum of RGB (Red+Green+Blue) = 133+70+94=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85465E is #7AB9A1. Grayscale: #5B5B5B. Windows color (decimal): -8042914 or 6178437. OLE color: 6178437.

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

Color convert

RGB1337094-
CMYK00.470.290.48
HSL337.14º31.03%39.8%-
HSV(B)337.14º47.37%52.16%-
XYZ13.8810.1811.82-
YUV91.57129.37157.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=44.78%
G=23.57%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133709400.470.290.48337.1431.0339.8
Hex85465E02F1D301511f28
Octal20510613605735605213750
Binary100001011000110101111001011111110111000010101000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,70,94); }

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

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

 a { background-color: rgb(133,70,94); }

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

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

 span { border-color: rgb(133,70,94); }

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