#85405C

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

Shades of Cosmic #85405C

Tints of Cosmic #85405C

Color information

#85405C (or 0x85405C) is unknown color: approx Cosmic. HEX triplet: 85, 40 and 5C. RGB value is (133,64,92). Sum of RGB (Red+Green+Blue) = 133+64+92=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85405C is #7ABFA3. Grayscale: #575757. Windows color (decimal): -8044452 or 6045829. OLE color: 6045829.

HSL color Cylindrical-coordinate representation of color #85405C: hue angle of 335.65º 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 #85405C is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1336492-
CMYK00.520.310.48
HSL335.65º35.03%38.63%-
HSV(B)335.65º51.88%52.16%-
XYZ13.449.4311.24-
YUV87.82130.36160.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 92 (36.33% from 255) = 31.83%
R=46.02%
G=22.15%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133649200.520.310.48335.6535.0338.63
Hex85405C0341F301502327
Octal20510013406437605204347
Binary1000010110000001011100011010011111110000101010000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85405C; }

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

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

<style>
 a { background-color: #85405C; }

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

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

<style>
 span { border-color: #85405C; }

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

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