#85506A

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

Shades of Cosmic #85506A

Tints of Cosmic #85506A

Color information

#85506A (or 0x85506A) is unknown color: approx Cosmic. HEX triplet: 85, 50 and 6A. RGB value is (133,80,106). Sum of RGB (Red+Green+Blue) = 133+80+106=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #85506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85506A is #7AAF95. Grayscale: #626262. Windows color (decimal): -8040342 or 6967429. OLE color: 6967429.

HSL color Cylindrical-coordinate representation of color #85506A: hue angle of 330.57º 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 #85506A is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13380106-
CMYK00.400.200.48
HSL330.57º24.88%41.76%-
HSV(B)330.57º39.85%52.16%-
XYZ15.1411.7615.11-
YUV98.81132.06152.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=41.69%
G=25.08%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338010600.400.200.48330.5724.8841.76
Hex85506A028143014b192a
Octal20512015205024605133152
Binary100001011010000110101001010001010011000010100101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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