#705599

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

Shades of Studio #705599

Tints of Studio #705599

Color information

#705599 (or 0x705599) is unknown color: approx Studio. HEX triplet: 70, 55 and 99. RGB value is (112,85,153). Sum of RGB (Red+Green+Blue) = 112+85+153=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #705599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705599 is #8FAA66. Grayscale: #646464. Windows color (decimal): -9415271 or 10048880. OLE color: 10048880.

HSL color Cylindrical-coordinate representation of color #705599: hue angle of 263.82º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705599 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11285153-
CMYK0.270.4400.4
HSL263.82º28.57%46.67%-
HSV(B)263.82º44.44%60%-
XYZ15.6812.2431.67-
YUV100.82157.45135.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 153 (60.16% from 255) = 43.71%
R=32%
G=24.29%
B=43.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112851530.270.4400.4263.8228.5746.67
Hex7055991B2C0281081d2f
Octal16012523133540504103557
Binary111000010101011001100111011101100010100010000100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705599; }

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

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

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

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

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

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

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

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