#85506C

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

Shades of Cosmic #85506C

Tints of Cosmic #85506C

Color information

#85506C (or 0x85506C) is unknown color: approx Cosmic. HEX triplet: 85, 50 and 6C. RGB value is (133,80,108). Sum of RGB (Red+Green+Blue) = 133+80+108=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #85506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85506C is #7AAF93. Grayscale: #626262. Windows color (decimal): -8040340 or 7098501. OLE color: 7098501.

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

Color convert

RGB13380108-
CMYK00.400.190.48
HSL328.3º24.88%41.76%-
HSV(B)328.3º39.85%52.16%-
XYZ15.2511.8115.66-
YUV99.04133.06152.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=41.43%
G=24.92%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338010800.400.190.48328.324.8841.76
Hex85506C0281330148192a
Octal20512015405023605103152
Binary100001011010000110110001010001001111000010100100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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