#708595

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

Shades of Slate Grey #708595

Tints of Slate Grey #708595

Color information

#708595 (or 0x708595) is unknown color: approx Slate Grey. HEX triplet: 70, 85 and 95. RGB value is (112,133,149). Sum of RGB (Red+Green+Blue) = 112+133+149=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #708595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708595 is #8F7A6A. Grayscale: #808080. Windows color (decimal): -9402987 or 9799024. OLE color: 9799024.

HSL color Cylindrical-coordinate representation of color #708595: hue angle of 205.95º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708595 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB112133149-
CMYK0.250.1100.42
HSL205.95º14.86%51.18%-
HSV(B)205.95º24.83%58.43%-
XYZ20.4922.3931.68-
YUV128.54139.54116.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.43%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=28.43%
G=33.76%
B=37.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121331490.250.1100.42205.9514.8651.18
Hex70859519B02Acef33
Octal16020522531130523161763
Binary111000010000101100101011100110110101010110011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708595; }

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

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

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

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

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

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

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

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