#70559D

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

Shades of Studio #70559D

Tints of Studio #70559D

Color information

#70559D (or 0x70559D) is unknown color: approx Studio. HEX triplet: 70, 55 and 9D. RGB value is (112,85,157). Sum of RGB (Red+Green+Blue) = 112+85+157=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #70559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70559D is #8FAA62. Grayscale: #656565. Windows color (decimal): -9415267 or 10311024. OLE color: 10311024.

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

Color convert

RGB11285157-
CMYK0.290.4600.38
HSL262.5º29.75%47.45%-
HSV(B)262.5º45.86%61.57%-
XYZ16.0212.3833.44-
YUV101.28159.45135.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 157 (61.72% from 255) = 44.35%
R=31.64%
G=24.01%
B=44.35%

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
Decimal112851570.290.4600.38262.529.7547.45
Hex70559D1D2E0261061e2f
Octal16012523535560464063657
Binary111000010101011001110111101101110010011010000011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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