#70529C

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

Shades of Studio #70529C

Tints of Studio #70529C

Color information

#70529C (or 0x70529C) is unknown color: approx Studio. HEX triplet: 70, 52 and 9C. RGB value is (112,82,156). Sum of RGB (Red+Green+Blue) = 112+82+156=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #70529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70529C is #8FAD63. Grayscale: #636363. Windows color (decimal): -9416036 or 10244720. OLE color: 10244720.

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

Color convert

RGB11282156-
CMYK0.280.4700.39
HSL264.32º31.09%46.67%-
HSV(B)264.32º47.44%61.18%-
XYZ15.711.8832.92-
YUV99.41159.94136.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=32%
G=23.43%
B=44.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112821560.280.4700.39264.3231.0946.67
Hex70529C1C2F0271081f2f
Octal16012223434570474103757
Binary111000010100101001110011100101111010011110000100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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