#83529C

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

Shades of Studio #83529C

Tints of Studio #83529C

Color information

#83529C (or 0x83529C) is unknown color: approx Studio. HEX triplet: 83, 52 and 9C. RGB value is (131,82,156). Sum of RGB (Red+Green+Blue) = 131+82+156=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 82 (32.42% from 255 or 22.22% 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 #83529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83529C is #7CAD63. Grayscale: #686868. Windows color (decimal): -8170852 or 10244739. OLE color: 10244739.

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

Color convert

RGB13182156-
CMYK0.160.4700.39
HSL279.73º31.09%46.67%-
HSV(B)279.73º47.44%61.18%-
XYZ18.3813.2633.04-
YUV105.09156.73146.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=35.50%
G=22.22%
B=42.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131821560.160.4700.39279.7331.0946.67
Hex83529C102F0271181f2f
Octal20312223420570474303757
Binary1000001110100101001110010000101111010011110001100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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