#708591

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

Shades of Slate Grey #708591

Tints of Slate Grey #708591

Color information

#708591 (or 0x708591) is unknown color: approx Slate Grey. HEX triplet: 70, 85 and 91. RGB value is (112,133,145). Sum of RGB (Red+Green+Blue) = 112+133+145=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #708591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708591 is #8F7A6E. Grayscale: #808080. Windows color (decimal): -9402991 or 9536880. OLE color: 9536880.

HSL color Cylindrical-coordinate representation of color #708591: hue angle of 201.82º 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 #708591 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB112133145-
CMYK0.230.0800.43
HSL201.82º13.04%50.39%-
HSV(B)201.82º22.76%56.86%-
XYZ20.1822.2630.02-
YUV128.09137.54116.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.72%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 145 (57.03% from 255) = 37.18%
R=28.72%
G=34.10%
B=37.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121331450.230.0800.43201.8213.0450.39
Hex70859117802Bcad32
Octal16020522127100533121562
Binary111000010000101100100011011110000101011110010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708591; }

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

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

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

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

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

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

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

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