#705598

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

Shades of Studio #705598

Tints of Studio #705598

Color information

#705598 (or 0x705598) is unknown color: approx Studio. HEX triplet: 70, 55 and 98. RGB value is (112,85,152). Sum of RGB (Red+Green+Blue) = 112+85+152=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #705598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705598 is #8FAA67. Grayscale: #646464. Windows color (decimal): -9415272 or 9983344. OLE color: 9983344.

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

Color convert

RGB11285152-
CMYK0.260.4400.40
HSL264.18º28.27%46.47%-
HSV(B)264.18º44.08%59.61%-
XYZ15.612.2131.24-
YUV100.71156.95136.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 152 (59.77% from 255) = 43.55%
R=32.09%
G=24.36%
B=43.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112851520.260.4400.40264.1828.2746.47
Hex7055981A2C0281081c2e
Octal16012523032540504103456
Binary111000010101011001100011010101100010100010000100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705598; }

 p { color: rgb(112,85,152); }

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

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

 a { background-color: rgb(112,85,152); }

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

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

 span { border-color: rgb(112,85,152); }

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