Html Css Color HEX #718595 Slate Grey

📋 copy color: '#718595'

red 113 ◦ green 133 ◦ blue 149

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

Shades of Slate Grey #718595

Tints of Slate Grey #718595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 28.61%
G = 33.67%
B = 37.72%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#718595 (or 0x718595) is known color: Slate Grey. HEX triplet: 71, 85 and 95. RGB value is (113,133,149). Sum of RGB (Red+Green+Blue) = 113+133+149=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #718595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718595 is #8E7A6A. Grayscale: #808080. Windows color (decimal): -9337451 or 9799025. OLE color: 9799025.

HSL color Cylindrical-coordinate representation of color #718595: hue angle of 206.67º degrees, saturation: 0.15, 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 #718595 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 133 149 -
CMYK 0.24 0.11 0 0.42
HSL 206.67º 0.15% 0.51% -
HSV(B) 206.67º 0.24% 0.58% -
XYZ 20.62 22.46 31.68 -
YUV 128.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 113 133 149 0.24 0.11 0 0.42 206.67 0.15 0.51
Hex 71 85 95 18 B 0 2A CF F 33
Octal 161 205 225 30 13 0 52 317 17 63
Binary 1110001 10000101 10010101 11000 1011 0 101010 11001111 1111 110011

Color Harmonies of #718595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718595

Black with #718595

Text Example


Text Example

White with #718595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718595; }

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

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

background-color css

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

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

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

border-color css

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

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

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