#70569E

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

Shades of Studio #70569E

Tints of Studio #70569E

Color information

#70569E (or 0x70569E) is unknown color: approx Studio. HEX triplet: 70, 56 and 9E. RGB value is (112,86,158). Sum of RGB (Red+Green+Blue) = 112+86+158=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #70569E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70569E is #8FA961. Grayscale: #656565. Windows color (decimal): -9415010 or 10376816. OLE color: 10376816.

HSL color Cylindrical-coordinate representation of color #70569E: hue angle of 261.67º 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 #70569E is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11286158-
CMYK0.290.4600.38
HSL261.67º29.51%47.84%-
HSV(B)261.67º45.57%61.96%-
XYZ16.1812.5733.92-
YUV101.98159.61135.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.46%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 158 (62.11% from 255) = 44.38%
R=31.46%
G=24.16%
B=44.38%

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
Decimal112861580.290.4600.38261.6729.5147.84
Hex70569E1D2E0261061e30
Octal16012623635560464063660
Binary111000010101101001111011101101110010011010000011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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