#85536E

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

Shades of Cosmic #85536E

Tints of Cosmic #85536E

Color information

#85536E (or 0x85536E) is unknown color: approx Cosmic. HEX triplet: 85, 53 and 6E. RGB value is (133,83,110). Sum of RGB (Red+Green+Blue) = 133+83+110=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85536E is #7AAC91. Grayscale: #646464. Windows color (decimal): -8039570 or 7230341. OLE color: 7230341.

HSL color Cylindrical-coordinate representation of color #85536E: hue angle of 327.6º 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 #85536E is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13383110-
CMYK00.380.170.48
HSL327.6º23.15%42.35%-
HSV(B)327.6º37.59%52.16%-
XYZ15.5812.316.3-
YUV101.03133.06150.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=40.80%
G=25.46%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338311000.380.170.48327.623.1542.35
Hex85536E0261130148172a
Octal20512315604621605102752
Binary100001011010011110111001001101000111000010100100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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