Html Css Color HEX #718592 Slate Grey

📋 copy color: '#718592'

red 113 ◦ green 133 ◦ blue 146

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

Shades of Slate Grey #718592

Tints of Slate Grey #718592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.24%

R = 28.83%
G = 33.93%
B = 37.24%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718592 (or 0x718592) is known color: Slate Grey. HEX triplet: 71, 85 and 92. RGB value is (113,133,146). Sum of RGB (Red+Green+Blue) = 113+133+146=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #718592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718592 is #8E7A6D. Grayscale: #808080. Windows color (decimal): -9337454 or 9602417. OLE color: 9602417.

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

Color convert

RGB 113 133 146 -
CMYK 0.23 0.09 0 0.43
HSL 203.64º 0.13% 0.51% -
HSV(B) 203.64º 0.23% 0.57% -
XYZ 20.39 22.36 30.44 -
YUV 128.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 113 133 146 0.23 0.09 0 0.43 203.64 0.13 0.51
Hex 71 85 92 17 9 0 2B CC D 33
Octal 161 205 222 27 11 0 53 314 15 63
Binary 1110001 10000101 10010010 10111 1001 0 101011 11001100 1101 110011

Color Harmonies of #718592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718592

Black with #718592

Text Example


Text Example

White with #718592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718592; }

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

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

background-color css

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

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

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

border-color css

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

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

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