#85599E

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

Shades of Studio #85599E

Tints of Studio #85599E

Color information

#85599E (or 0x85599E) is unknown color: approx Studio. HEX triplet: 85, 59 and 9E. RGB value is (133,89,158). Sum of RGB (Red+Green+Blue) = 133+89+158=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #85599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85599E is #7AA661. Grayscale: #6D6D6D. Windows color (decimal): -8037986 or 10377605. OLE color: 10377605.

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

Color convert

RGB13389158-
CMYK0.160.4400.38
HSL278.26º27.94%48.43%-
HSV(B)278.26º43.67%61.96%-
XYZ19.4214.634.14-
YUV110.02155.08144.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=35%
G=23.42%
B=41.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133891580.160.4400.38278.2627.9448.43
Hex85599E102C0261161c30
Octal20513123620540464263460
Binary1000010110110011001111010000101100010011010001011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85599E; }

 p { color: rgb(133,89,158); }

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

<style>
 a { background-color: #85599E; }

 a { background-color: rgb(133,89,158); }

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

<style>
 span { border-color: #85599E; }

 span { border-color: rgb(133,89,158); }

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