#85589D

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

Shades of Studio #85589D

Tints of Studio #85589D

Color information

#85589D (or 0x85589D) is unknown color: approx Studio. HEX triplet: 85, 58 and 9D. RGB value is (133,88,157). Sum of RGB (Red+Green+Blue) = 133+88+157=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #85589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85589D is #7AA762. Grayscale: #6D6D6D. Windows color (decimal): -8038243 or 10311813. OLE color: 10311813.

HSL color Cylindrical-coordinate representation of color #85589D: hue angle of 279.13º 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 #85589D is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13388157-
CMYK0.150.4400.38
HSL279.13º28.16%48.04%-
HSV(B)279.13º43.95%61.57%-
XYZ19.2514.433.66-
YUV109.32154.91144.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=35.19%
G=23.28%
B=41.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal133881570.150.4400.38279.1328.1648.04
Hex85589DF2C0261171c30
Octal20513023517540464273460
Binary100001011011000100111011111101100010011010001011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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