#708598

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

Shades of Light Slate Grey #708598

Tints of Light Slate Grey #708598

Color information

#708598 (or 0x708598) is unknown color: approx Light Slate Grey. HEX triplet: 70, 85 and 98. RGB value is (112,133,152). Sum of RGB (Red+Green+Blue) = 112+133+152=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #708598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708598 is #8F7A67. Grayscale: #808080. Windows color (decimal): -9402984 or 9995632. OLE color: 9995632.

HSL color Cylindrical-coordinate representation of color #708598: hue angle of 208.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #708598 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB112133152-
CMYK0.260.1300.40
HSL208.5º16.26%51.76%-
HSV(B)208.5º26.32%59.61%-
XYZ20.7422.4932.95-
YUV128.89141.04115.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=28.21%
G=33.50%
B=38.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121331520.260.1300.40208.516.2651.76
Hex7085981AD028d01034
Octal16020523032150503202064
Binary1110000100001011001100011010110101010001101000010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708598; }

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

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

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

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

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

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

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

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