#708596

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

Shades of Slate Grey #708596

Tints of Slate Grey #708596

Color information

#708596 (or 0x708596) is unknown color: approx Slate Grey. HEX triplet: 70, 85 and 96. RGB value is (112,133,150). Sum of RGB (Red+Green+Blue) = 112+133+150=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #708596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708596 is #8F7A69. Grayscale: #808080. Windows color (decimal): -9402986 or 9864560. OLE color: 9864560.

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

Color convert

RGB112133150-
CMYK0.250.1100.41
HSL206.84º15.32%51.37%-
HSV(B)206.84º25.33%58.82%-
XYZ20.5722.4232.1-
YUV128.66140.04116.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=28.35%
G=33.67%
B=37.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121331500.250.1100.41206.8415.3251.37
Hex70859619B029cff33
Octal16020522631130513171763
Binary111000010000101100101101100110110101001110011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708596; }

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

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

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

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

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

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

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

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