#708291

Color #708291 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #708291

Tints of Slate Grey #708291

Color information

#708291 (or 0x708291) is unknown color: approx Slate Grey. HEX triplet: 70, 82 and 91. RGB value is (112,130,145). Sum of RGB (Red+Green+Blue) = 112+130+145=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #708291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708291 is #8F7D6E. Grayscale: #7E7E7E. Windows color (decimal): -9403759 or 9536112. OLE color: 9536112.

HSL color Cylindrical-coordinate representation of color #708291: hue angle of 207.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708291 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB112130145-
CMYK0.230.1000.43
HSL207.27º13.04%50.39%-
HSV(B)207.27º22.76%56.86%-
XYZ19.7821.4529.89-
YUV126.33138.54117.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=28.94%
G=33.59%
B=37.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121301450.230.1000.43207.2713.0450.39
Hex70829117A02Bcfd32
Octal16020222127120533171562
Binary111000010000010100100011011110100101011110011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708291; }

 p { color: rgb(112,130,145); }

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

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

 a { background-color: rgb(112,130,145); }

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

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

 span { border-color: rgb(112,130,145); }

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