#70529A

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

Shades of Studio #70529A

Tints of Studio #70529A

Color information

#70529A (or 0x70529A) is unknown color: approx Studio. HEX triplet: 70, 52 and 9A. RGB value is (112,82,154). Sum of RGB (Red+Green+Blue) = 112+82+154=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #70529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70529A is #8FAD65. Grayscale: #626262. Windows color (decimal): -9416038 or 10113648. OLE color: 10113648.

HSL color Cylindrical-coordinate representation of color #70529A: hue angle of 265º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70529A is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11282154-
CMYK0.270.4700.40
HSL265º30.51%46.27%-
HSV(B)265º46.75%60.39%-
XYZ15.5311.8132.03-
YUV99.18158.94137.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 154 (60.55% from 255) = 44.25%
R=32.18%
G=23.56%
B=44.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112821540.270.4700.4026530.5146.27
Hex70529A1B2F0281091f2e
Octal16012223233570504113756
Binary111000010100101001101011011101111010100010000100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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