#705497

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

Shades of Studio #705497

Tints of Studio #705497

Color information

#705497 (or 0x705497) is unknown color: approx Studio. HEX triplet: 70, 54 and 97. RGB value is (112,84,151). Sum of RGB (Red+Green+Blue) = 112+84+151=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #705497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705497 is #8FAB68. Grayscale: #636363. Windows color (decimal): -9415529 or 9917552. OLE color: 9917552.

HSL color Cylindrical-coordinate representation of color #705497: hue angle of 265.07º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705497 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11284151-
CMYK0.260.4400.41
HSL265.07º28.51%46.08%-
HSV(B)265.07º44.37%59.22%-
XYZ15.4412.0230.78-
YUV100.01156.78136.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 151 (59.38% from 255) = 43.52%
R=32.28%
G=24.21%
B=43.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112841510.260.4400.41265.0728.5146.08
Hex7054971A2C0291091d2e
Octal16012422732540514113556
Binary111000010101001001011111010101100010100110000100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705497; }

 p { color: rgb(112,84,151); }

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

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

 a { background-color: rgb(112,84,151); }

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

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

 span { border-color: rgb(112,84,151); }

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