#85529F

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

Shades of Studio #85529F

Tints of Studio #85529F

Color information

#85529F (or 0x85529F) is unknown color: approx Studio. HEX triplet: 85, 52 and 9F. RGB value is (133,82,159). Sum of RGB (Red+Green+Blue) = 133+82+159=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #85529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85529F is #7AAD60. Grayscale: #696969. Windows color (decimal): -8039777 or 10441349. OLE color: 10441349.

HSL color Cylindrical-coordinate representation of color #85529F: hue angle of 279.74º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85529F is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13382159-
CMYK0.160.4800.38
HSL279.74º31.95%47.25%-
HSV(B)279.74º48.43%62.35%-
XYZ18.9513.5234.41-
YUV106.03157.9147.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=35.56%
G=21.93%
B=42.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133821590.160.4800.38279.7431.9547.25
Hex85529F1030026118202f
Octal20512223720600464304057
Binary10000101101001010011111100001100000100110100011000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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