#70559E

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

Shades of Studio #70559E

Tints of Studio #70559E

Color information

#70559E (or 0x70559E) is unknown color: approx Studio. HEX triplet: 70, 55 and 9E. RGB value is (112,85,158). Sum of RGB (Red+Green+Blue) = 112+85+158=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #70559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70559E is #8FAA61. Grayscale: #656565. Windows color (decimal): -9415266 or 10376560. OLE color: 10376560.

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

Color convert

RGB11285158-
CMYK0.290.4600.38
HSL262.19º30.04%47.65%-
HSV(B)262.19º46.2%61.96%-
XYZ16.112.4133.89-
YUV101.4159.95135.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=31.55%
G=23.94%
B=44.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112851580.290.4600.38262.1930.0447.65
Hex70559E1D2E0261061e30
Octal16012523635560464063660
Binary111000010101011001111011101101110010011010000011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70559E; }

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

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

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

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

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

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

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

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