#70529D

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

Shades of Studio #70529D

Tints of Studio #70529D

Color information

#70529D (or 0x70529D) is unknown color: approx Studio. HEX triplet: 70, 52 and 9D. RGB value is (112,82,157). Sum of RGB (Red+Green+Blue) = 112+82+157=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #70529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70529D is #8FAD62. Grayscale: #636363. Windows color (decimal): -9416035 or 10310256. OLE color: 10310256.

HSL color Cylindrical-coordinate representation of color #70529D: hue angle of 264º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70529D is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11282157-
CMYK0.290.4800.38
HSL264º31.38%46.86%-
HSV(B)264º47.77%61.57%-
XYZ15.7911.9133.37-
YUV99.52160.44136.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 157 (61.72% from 255) = 44.73%
R=31.91%
G=23.36%
B=44.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112821570.290.4800.3826431.3846.86
Hex70529D1D300261081f2f
Octal16012223535600464103757
Binary111000010100101001110111101110000010011010000100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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