#85526F

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

Shades of Cosmic #85526F

Tints of Cosmic #85526F

Color information

#85526F (or 0x85526F) is unknown color: approx Cosmic. HEX triplet: 85, 52 and 6F. RGB value is (133,82,111). Sum of RGB (Red+Green+Blue) = 133+82+111=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85526F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85526F is #7AAD90. Grayscale: #646464. Windows color (decimal): -8039825 or 7295621. OLE color: 7295621.

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

Color convert

RGB13382111-
CMYK00.380.170.48
HSL325.88º23.72%42.16%-
HSV(B)325.88º38.35%52.16%-
XYZ15.5612.1716.57-
YUV100.56133.9151.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=40.80%
G=25.15%
B=34.05%

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
Decimal1338211100.380.170.48325.8823.7242.16
Hex85526F0261130146182a
Octal20512215704621605063052
Binary100001011010010110111101001101000111000010100011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85526F; }

 p { color: rgb(133,82,111); }

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

<style>
 a { background-color: #85526F; }

 a { background-color: rgb(133,82,111); }

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

<style>
 span { border-color: #85526F; }

 span { border-color: rgb(133,82,111); }

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