#85579D

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

Shades of Studio #85579D

Tints of Studio #85579D

Color information

#85579D (or 0x85579D) is unknown color: approx Studio. HEX triplet: 85, 57 and 9D. RGB value is (133,87,157). Sum of RGB (Red+Green+Blue) = 133+87+157=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #85579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85579D is #7AA862. Grayscale: #6C6C6C. Windows color (decimal): -8038499 or 10311557. OLE color: 10311557.

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

Color convert

RGB13387157-
CMYK0.150.4500.38
HSL279.43º28.69%47.84%-
HSV(B)279.43º44.59%61.57%-
XYZ19.1714.2433.64-
YUV108.73155.24145.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=35.28%
G=23.08%
B=41.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133871570.150.4500.38279.4328.6947.84
Hex85579DF2D0261171d30
Octal20512723517550464273560
Binary100001011010111100111011111101101010011010001011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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