#718594

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

Shades of Slate Grey #718594

Tints of Slate Grey #718594

Color information

#718594 (or 0x718594) is unknown color: approx Slate Grey. HEX triplet: 71, 85 and 94. RGB value is (113,133,148). Sum of RGB (Red+Green+Blue) = 113+133+148=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #718594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718594 is #8E7A6B. Grayscale: #808080. Windows color (decimal): -9337452 or 9733489. OLE color: 9733489.

HSL color Cylindrical-coordinate representation of color #718594: hue angle of 205.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #718594 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113133148-
CMYK0.240.1000.42
HSL205.71º14.06%51.18%-
HSV(B)205.71º23.65%58.04%-
XYZ20.5422.4231.26-
YUV128.73138.87116.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=28.68%
G=33.76%
B=37.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131331480.240.1000.42205.7114.0651.18
Hex71859418A02Acee33
Octal16120522430120523161663
Binary111000110000101100101001100010100101010110011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718594; }

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

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

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

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

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

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

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

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