#85445E

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

Shades of Cosmic #85445E

Tints of Cosmic #85445E

Color information

#85445E (or 0x85445E) is unknown color: approx Cosmic. HEX triplet: 85, 44 and 5E. RGB value is (133,68,94). Sum of RGB (Red+Green+Blue) = 133+68+94=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85445E is #7ABBA1. Grayscale: #5A5A5A. Windows color (decimal): -8043426 or 6177925. OLE color: 6177925.

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

Color convert

RGB1336894-
CMYK00.490.290.48
HSL336º32.34%39.41%-
HSV(B)336º48.87%52.16%-
XYZ13.769.9311.78-
YUV90.4130.03158.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=45.08%
G=23.05%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133689400.490.290.4833632.3439.41
Hex85445E0311D301502027
Octal20510413606135605204047
Binary1000010110001001011110011000111101110000101010000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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