#70569A

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

Shades of Studio #70569A

Tints of Studio #70569A

Color information

#70569A (or 0x70569A) is unknown color: approx Studio. HEX triplet: 70, 56 and 9A. RGB value is (112,86,154). Sum of RGB (Red+Green+Blue) = 112+86+154=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #70569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70569A is #8FA965. Grayscale: #656565. Windows color (decimal): -9415014 or 10114672. OLE color: 10114672.

HSL color Cylindrical-coordinate representation of color #70569A: hue angle of 262.94º degrees, saturation: 0.28, 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 #70569A is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11286154-
CMYK0.270.4400.40
HSL262.94º28.33%47.06%-
HSV(B)262.94º44.16%60.39%-
XYZ15.8412.4332.14-
YUV101.53157.61135.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.82%
GREEN value IS 86 (33.98% from 255) = 24.43%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=31.82%
G=24.43%
B=43.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112861540.270.4400.40262.9428.3347.06
Hex70569A1B2C0281071c2f
Octal16012623233540504073457
Binary111000010101101001101011011101100010100010000011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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