#85569F

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

Shades of Studio #85569F

Tints of Studio #85569F

Color information

#85569F (or 0x85569F) is unknown color: approx Studio. HEX triplet: 85, 56 and 9F. RGB value is (133,86,159). Sum of RGB (Red+Green+Blue) = 133+86+159=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #85569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85569F is #7AA960. Grayscale: #6C6C6C. Windows color (decimal): -8038753 or 10442373. OLE color: 10442373.

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

Color convert

RGB13386159-
CMYK0.160.4600.38
HSL278.63º29.8%48.04%-
HSV(B)278.63º45.91%62.35%-
XYZ19.2614.1534.52-
YUV108.38156.57145.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=35.19%
G=22.75%
B=42.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133861590.160.4600.38278.6329.848.04
Hex85569F102E0261171e30
Octal20512623720560464273660
Binary1000010110101101001111110000101110010011010001011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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