#718090

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

Shades of Slate Grey #718090

Tints of Slate Grey #718090

Color information

#718090 (or 0x718090) is unknown color: approx Slate Grey. HEX triplet: 71, 80 and 90. RGB value is (113,128,144). Sum of RGB (Red+Green+Blue) = 113+128+144=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #718090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718090 is #8E7F6F. Grayscale: #7D7D7D. Windows color (decimal): -9338736 or 9470065. OLE color: 9470065.

HSL color Cylindrical-coordinate representation of color #718090: hue angle of 210.97º 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 #718090 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB113128144-
CMYK0.220.1100.44
HSL210.97º12.25%50.39%-
HSV(B)210.97º21.53%56.47%-
XYZ19.5620.9629.4-
YUV125.34138.53119.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=29.35%
G=33.25%
B=37.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131281440.220.1100.44210.9712.2550.39
Hex71809016B02Cd3c32
Octal16120022026130543231462
Binary111000110000000100100001011010110101100110100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718090; }

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

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

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

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

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

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

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

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