#70587B

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

Shades of Affair #70587B

Tints of Affair #70587B

Color information

#70587B (or 0x70587B) is unknown color: approx Affair. HEX triplet: 70, 58 and 7B. RGB value is (112,88,123). Sum of RGB (Red+Green+Blue) = 112+88+123=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 123 - color contains mainly: blue. Hex color #70587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70587B is #8FA784. Grayscale: #636363. Windows color (decimal): -9414533 or 8083568. OLE color: 8083568.

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

Color convert

RGB11288123-
CMYK0.090.2800.52
HSL281.14º16.59%41.37%-
HSV(B)281.14º28.46%48.24%-
XYZ13.7511.8520.3-
YUV99.17141.45137.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=34.67%
G=27.24%
B=38.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112881230.090.2800.52281.1416.5941.37
Hex70587B91C0341191129
Octal16013017311340644312151
Binary111000010110001111011100111100011010010001100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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