#80559C

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

Shades of Studio #80559C

Tints of Studio #80559C

Color information

#80559C (or 0x80559C) is unknown color: approx Studio. HEX triplet: 80, 55 and 9C. RGB value is (128,85,156). Sum of RGB (Red+Green+Blue) = 128+85+156=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #80559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80559C is #7FAA63. Grayscale: #696969. Windows color (decimal): -8366692 or 10245504. OLE color: 10245504.

HSL color Cylindrical-coordinate representation of color #80559C: hue angle of 276.34º 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 #80559C is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12885156-
CMYK0.180.4600.39
HSL276.34º29.46%47.25%-
HSV(B)276.34º45.51%61.18%-
XYZ18.1513.4933.1-
YUV105.95156.25143.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=34.69%
G=23.04%
B=42.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128851560.180.4600.39276.3429.4647.25
Hex80559C122E0271141d2f
Octal20012523422560474243557
Binary1000000010101011001110010010101110010011110001010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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