Html Css Color HEX #718491 Slate Grey

📋 copy color: '#718491'

red 113 ◦ green 132 ◦ blue 145

#718491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #718491

Tints of Slate Grey #718491

RGB

 RED value IS 113 (44.53% from 255) = 28.97%

 GREEN value IS 132 (51.95% from 255) = 33.85%

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 28.97%
G = 33.85%
B = 37.18%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718491 (or 0x718491) is known color: Slate Grey. HEX triplet: 71, 84 and 91. RGB value is (113,132,145). Sum of RGB (Red+Green+Blue) = 113+132+145=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #718491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718491 is #8E7B6E. Grayscale: #7F7F7F. Windows color (decimal): -9337711 or 9536625. OLE color: 9536625.

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

Color convert

RGB 113 132 145 -
CMYK 0.22 0.09 0 0.43
HSL 204.38º 0.13% 0.51% -
HSV(B) 204.38º 0.22% 0.57% -
XYZ 20.17 22.06 29.98 -
YUV 127.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 113 132 145 0.22 0.09 0 0.43 204.38 0.13 0.51
Hex 71 84 91 16 9 0 2B CC D 33
Octal 161 204 221 26 11 0 53 314 15 63
Binary 1110001 10000100 10010001 10110 1001 0 101011 11001100 1101 110011

Color Harmonies of #718491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718491

Black with #718491

Text Example


Text Example

White with #718491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718491; }

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

 H1.HeaderClassName
 {
   color: #718491;
 }
 .AnyTagClassName
 {
   color: #718491;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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