#718592

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

Shades of Slate Grey #718592

Tints of Slate Grey #718592

Color information

#718592 (or 0x718592) is unknown color: approx Slate Grey. HEX triplet: 71, 85 and 92. RGB value is (113,133,146). Sum of RGB (Red+Green+Blue) = 113+133+146=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #718592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718592 is #8E7A6D. Grayscale: #808080. Windows color (decimal): -9337454 or 9602417. OLE color: 9602417.

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

Color convert

RGB113133146-
CMYK0.230.0900.43
HSL203.64º13.15%50.78%-
HSV(B)203.64º22.6%57.25%-
XYZ20.3922.3630.44-
YUV128.5137.87116.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=28.83%
G=33.93%
B=37.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131331460.230.0900.43203.6413.1550.78
Hex71859217902Bccd33
Octal16120522227110533141563
Binary111000110000101100100101011110010101011110011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718592; }

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

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

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

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

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

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

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

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