#85549D

Color #85549D Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #85549D

Tints of Studio #85549D

Color information

#85549D (or 0x85549D) is unknown color: approx Studio. HEX triplet: 85, 54 and 9D. RGB value is (133,84,157). Sum of RGB (Red+Green+Blue) = 133+84+157=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #85549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85549D is #7AAB62. Grayscale: #6A6A6A. Windows color (decimal): -8039267 or 10310789. OLE color: 10310789.

HSL color Cylindrical-coordinate representation of color #85549D: hue angle of 280.27º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85549D is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13384157-
CMYK0.150.4600.38
HSL280.27º30.29%47.25%-
HSV(B)280.27º46.5%61.57%-
XYZ18.9313.7633.56-
YUV106.97156.23146.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 157 (61.72% from 255) = 41.98%
R=35.56%
G=22.46%
B=41.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133841570.150.4600.38280.2730.2947.25
Hex85549DF2E0261181e2f
Octal20512423517560464303657
Binary100001011010100100111011111101110010011010001100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85549D; }

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

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

<style>
 a { background-color: #85549D; }

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

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

<style>
 span { border-color: #85549D; }

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

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