#85546C

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

Shades of Cosmic #85546C

Tints of Cosmic #85546C

Color information

#85546C (or 0x85546C) is unknown color: approx Cosmic. HEX triplet: 85, 54 and 6C. RGB value is (133,84,108). Sum of RGB (Red+Green+Blue) = 133+84+108=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85546C is #7AAB93. Grayscale: #656565. Windows color (decimal): -8039316 or 7099525. OLE color: 7099525.

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

Color convert

RGB13384108-
CMYK00.370.190.48
HSL330.61º22.58%42.55%-
HSV(B)330.61º36.84%52.16%-
XYZ15.5512.4115.76-
YUV101.39131.73150.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=40.92%
G=25.85%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338410800.370.190.48330.6122.5842.55
Hex85546C025133014b172b
Octal20512415404523605132753
Binary100001011010100110110001001011001111000010100101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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