#82559C

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

Shades of Studio #82559C

Tints of Studio #82559C

Color information

#82559C (or 0x82559C) is unknown color: approx Studio. HEX triplet: 82, 55 and 9C. RGB value is (130,85,156). Sum of RGB (Red+Green+Blue) = 130+85+156=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #82559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82559C is #7DAA63. Grayscale: #6A6A6A. Windows color (decimal): -8235620 or 10245506. OLE color: 10245506.

HSL color Cylindrical-coordinate representation of color #82559C: hue angle of 278.03º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82559C is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13085156-
CMYK0.170.4600.39
HSL278.03º29.46%47.25%-
HSV(B)278.03º45.51%61.18%-
XYZ18.4613.6433.11-
YUV106.55155.91144.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=35.04%
G=22.91%
B=42.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130851560.170.4600.39278.0329.4647.25
Hex82559C112E0271161d2f
Octal20212523421560474263557
Binary1000001010101011001110010001101110010011110001011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,85,156); }

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

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

 a { background-color: rgb(130,85,156); }

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

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

 span { border-color: rgb(130,85,156); }

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