#80529C

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

Shades of Studio #80529C

Tints of Studio #80529C

Color information

#80529C (or 0x80529C) is unknown color: approx Studio. HEX triplet: 80, 52 and 9C. RGB value is (128,82,156). Sum of RGB (Red+Green+Blue) = 128+82+156=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #80529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80529C is #7FAD63. Grayscale: #676767. Windows color (decimal): -8367460 or 10244736. OLE color: 10244736.

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

Color convert

RGB12882156-
CMYK0.180.4700.39
HSL277.3º31.09%46.67%-
HSV(B)277.3º47.44%61.18%-
XYZ17.9213.0233.02-
YUV104.19157.24144.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=34.97%
G=22.40%
B=42.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128821560.180.4700.39277.331.0946.67
Hex80529C122F0271151f2f
Octal20012223422570474253757
Binary1000000010100101001110010010101111010011110001010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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