#70569D

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

Shades of Studio #70569D

Tints of Studio #70569D

Color information

#70569D (or 0x70569D) is unknown color: approx Studio. HEX triplet: 70, 56 and 9D. RGB value is (112,86,157). Sum of RGB (Red+Green+Blue) = 112+86+157=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #70569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70569D is #8FA962. Grayscale: #656565. Windows color (decimal): -9415011 or 10311280. OLE color: 10311280.

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

Color convert

RGB11286157-
CMYK0.290.4500.38
HSL261.97º29.22%47.65%-
HSV(B)261.97º45.22%61.57%-
XYZ16.112.5333.47-
YUV101.87159.11135.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=31.55%
G=24.23%
B=44.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112861570.290.4500.38261.9729.2247.65
Hex70569D1D2D0261061d30
Octal16012623535550464063560
Binary111000010101101001110111101101101010011010000011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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