#86559D

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

Shades of Studio #86559D

Tints of Studio #86559D

Color information

#86559D (or 0x86559D) is unknown color: approx Studio. HEX triplet: 86, 55 and 9D. RGB value is (134,85,157). Sum of RGB (Red+Green+Blue) = 134+85+157=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 85 (33.59% from 255 or 22.61% 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 #86559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86559D is #79AA62. Grayscale: #6B6B6B. Windows color (decimal): -7973475 or 10311046. OLE color: 10311046.

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

Color convert

RGB13485157-
CMYK0.150.4600.38
HSL280.83º29.75%47.45%-
HSV(B)280.83º45.86%61.57%-
XYZ19.171433.59-
YUV107.86155.73146.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 157 (61.72% from 255) = 41.76%
R=35.64%
G=22.61%
B=41.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134851570.150.4600.38280.8329.7547.45
Hex86559DF2E0261191e2f
Octal20612523517560464313657
Binary100001101010101100111011111101110010011010001100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,85,157); }

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

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

 a { background-color: rgb(134,85,157); }

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

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

 span { border-color: rgb(134,85,157); }

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