#85569D

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

Shades of Studio #85569D

Tints of Studio #85569D

Color information

#85569D (or 0x85569D) is unknown color: approx Studio. HEX triplet: 85, 56 and 9D. RGB value is (133,86,157). Sum of RGB (Red+Green+Blue) = 133+86+157=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #85569D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85569D is #7AA962. Grayscale: #6B6B6B. Windows color (decimal): -8038755 or 10311301. OLE color: 10311301.

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

Color convert

RGB13386157-
CMYK0.150.4500.38
HSL279.72º29.22%47.65%-
HSV(B)279.72º45.22%61.57%-
XYZ19.0914.0833.61-
YUV108.15155.57145.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 86 (33.98% from 255) = 22.87%
BLUE value IS 157 (61.72% from 255) = 41.76%
R=35.37%
G=22.87%
B=41.76%

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
Decimal133861570.150.4500.38279.7229.2247.65
Hex85569DF2D0261181d30
Octal20512623517550464303560
Binary100001011010110100111011111101101010011010001100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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