Html Css Color HEX #718591 Slate Grey

📋 copy color: '#718591'

red 113 ◦ green 133 ◦ blue 145

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

Shades of Slate Grey #718591

Tints of Slate Grey #718591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

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

R = 28.9%
G = 34.02%
B = 37.08%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718591 (or 0x718591) is known color: Slate Grey. HEX triplet: 71, 85 and 91. RGB value is (113,133,145). Sum of RGB (Red+Green+Blue) = 113+133+145=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #718591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718591 is #8E7A6E. Grayscale: #808080. Windows color (decimal): -9337455 or 9536881. OLE color: 9536881.

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

Color convert

RGB 113 133 145 -
CMYK 0.22 0.08 0 0.43
HSL 202.5º 0.13% 0.51% -
HSV(B) 202.5º 0.22% 0.57% -
XYZ 20.31 22.33 30.03 -
YUV 128.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 113 133 145 0.22 0.08 0 0.43 202.5 0.13 0.51
Hex 71 85 91 16 8 0 2B CA D 33
Octal 161 205 221 26 10 0 53 312 15 63
Binary 1110001 10000101 10010001 10110 1000 0 101011 11001010 1101 110011

Color Harmonies of #718591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718591

Black with #718591

Text Example


Text Example

White with #718591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718591; }

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

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

background-color css

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

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

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

border-color css

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

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

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