#85406E

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

Shades of Cosmic #85406E

Tints of Cosmic #85406E

Color information

#85406E (or 0x85406E) is unknown color: approx Cosmic. HEX triplet: 85, 40 and 6E. RGB value is (133,64,110). Sum of RGB (Red+Green+Blue) = 133+64+110=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85406E is #7ABF91. Grayscale: #595959. Windows color (decimal): -8044434 or 7225477. OLE color: 7225477.

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

Color convert

RGB13364110-
CMYK00.520.170.48
HSL320º35.03%38.63%-
HSV(B)320º51.88%52.16%-
XYZ14.329.7815.88-
YUV89.88139.36158.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=43.32%
G=20.85%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336411000.520.170.4832035.0338.63
Hex85406E03411301402327
Octal20510015606421605004347
Binary1000010110000001101110011010010001110000101000000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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