#70567B

Color #70567B Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #70567B

Tints of Affair #70567B

Color information

#70567B (or 0x70567B) is unknown color: approx Affair. HEX triplet: 70, 56 and 7B. RGB value is (112,86,123). Sum of RGB (Red+Green+Blue) = 112+86+123=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #70567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70567B is #8FA984. Grayscale: #616161. Windows color (decimal): -9415045 or 8083056. OLE color: 8083056.

HSL color Cylindrical-coordinate representation of color #70567B: hue angle of 282.16º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70567B is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11286123-
CMYK0.090.3000.52
HSL282.16º17.7%40.98%-
HSV(B)282.16º30.08%48.24%-
XYZ13.5911.5320.25-
YUV97.99142.11137.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=34.89%
G=26.79%
B=38.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112861230.090.3000.52282.1617.740.98
Hex70567B91E03411a1229
Octal16012617311360644322251
Binary111000010101101111011100111110011010010001101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70567B; }

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

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

<style>
 a { background-color: #70567B; }

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

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

<style>
 span { border-color: #70567B; }

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

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