#85579C

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

Shades of Studio #85579C

Tints of Studio #85579C

Color information

#85579C (or 0x85579C) is unknown color: approx Studio. HEX triplet: 85, 57 and 9C. RGB value is (133,87,156). Sum of RGB (Red+Green+Blue) = 133+87+156=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #85579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85579C is #7AA863. Grayscale: #6C6C6C. Windows color (decimal): -8038500 or 10246021. OLE color: 10246021.

HSL color Cylindrical-coordinate representation of color #85579C: hue angle of 280º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85579C is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13387156-
CMYK0.150.4400.39
HSL280º28.4%47.65%-
HSV(B)280º44.23%61.18%-
XYZ19.0814.233.19-
YUV108.62154.74145.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=35.37%
G=23.14%
B=41.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133871560.150.4400.3928028.447.65
Hex85579CF2C0271181c30
Octal20512723417540474303460
Binary100001011010111100111001111101100010011110001100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,87,156); }

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

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

 a { background-color: rgb(133,87,156); }

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

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

 span { border-color: rgb(133,87,156); }

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