#85445C

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

Shades of Cosmic #85445C

Tints of Cosmic #85445C

Color information

#85445C (or 0x85445C) is unknown color: approx Cosmic. HEX triplet: 85, 44 and 5C. RGB value is (133,68,92). Sum of RGB (Red+Green+Blue) = 133+68+92=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85445C is #7ABBA3. Grayscale: #5A5A5A. Windows color (decimal): -8043428 or 6046853. OLE color: 6046853.

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

Color convert

RGB1336892-
CMYK00.490.310.48
HSL337.85º32.34%39.41%-
HSV(B)337.85º48.87%52.16%-
XYZ13.679.8911.31-
YUV90.17129.03158.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=45.39%
G=23.21%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133689200.490.310.48337.8532.3439.41
Hex85445C0311F301522027
Octal20510413406137605224047
Binary1000010110001001011100011000111111110000101010010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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