#718492

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

Shades of Slate Grey #718492

Tints of Slate Grey #718492

Color information

#718492 (or 0x718492) is unknown color: approx Slate Grey. HEX triplet: 71, 84 and 92. RGB value is (113,132,146). Sum of RGB (Red+Green+Blue) = 113+132+146=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #718492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718492 is #8E7B6D. Grayscale: #7F7F7F. Windows color (decimal): -9337710 or 9602161. OLE color: 9602161.

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

Color convert

RGB113132146-
CMYK0.230.1000.43
HSL205.45º13.15%50.78%-
HSV(B)205.45º22.6%57.25%-
XYZ20.2522.0930.39-
YUV127.92138.21117.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 146 (57.42% from 255) = 37.34%
R=28.90%
G=33.76%
B=37.34%

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
Decimal1131321460.230.1000.43205.4513.1550.78
Hex71849217A02Bcdd33
Octal16120422227120533151563
Binary111000110000100100100101011110100101011110011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718492; }

 p { color: rgb(113,132,146); }

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

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

 a { background-color: rgb(113,132,146); }

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

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

 span { border-color: rgb(113,132,146); }

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