#85536C

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

Shades of Cosmic #85536C

Tints of Cosmic #85536C

Color information

#85536C (or 0x85536C) is unknown color: approx Cosmic. HEX triplet: 85, 53 and 6C. RGB value is (133,83,108). Sum of RGB (Red+Green+Blue) = 133+83+108=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85536C is #7AAC93. Grayscale: #646464. Windows color (decimal): -8039572 or 7099269. OLE color: 7099269.

HSL color Cylindrical-coordinate representation of color #85536C: hue angle of 330º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85536C is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13383108-
CMYK00.380.190.48
HSL330º23.15%42.35%-
HSV(B)330º37.59%52.16%-
XYZ15.4712.2615.74-
YUV100.8132.06150.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=41.05%
G=25.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338310800.380.190.4833023.1542.35
Hex85536C026133014a172a
Octal20512315404623605122752
Binary100001011010011110110001001101001111000010100101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,83,108); }

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

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

 a { background-color: rgb(133,83,108); }

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

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

 span { border-color: rgb(133,83,108); }

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