#718590

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

Shades of Slate Grey #718590

Tints of Slate Grey #718590

Color information

#718590 (or 0x718590) is unknown color: approx Slate Grey. HEX triplet: 71, 85 and 90. RGB value is (113,133,144). Sum of RGB (Red+Green+Blue) = 113+133+144=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #718590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718590 is #8E7A6F. Grayscale: #808080. Windows color (decimal): -9337456 or 9471345. OLE color: 9471345.

HSL color Cylindrical-coordinate representation of color #718590: hue angle of 201.29º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718590 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB113133144-
CMYK0.220.0800.44
HSL201.29º12.25%50.39%-
HSV(B)201.29º21.53%56.47%-
XYZ20.2322.329.62-
YUV128.27136.87117.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=28.97%
G=34.10%
B=36.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131331440.220.0800.44201.2912.2550.39
Hex71859016802Cc9c32
Octal16120522026100543111462
Binary111000110000101100100001011010000101100110010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718590; }

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

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

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

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

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

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

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

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