Html Css Color HEX #718593 Slate Grey

📋 copy color: '#718593'

red 113 ◦ green 133 ◦ blue 147

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

Shades of Slate Grey #718593

Tints of Slate Grey #718593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.4%

R = 28.75%
G = 33.84%
B = 37.4%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#718593 (or 0x718593) is known color: Slate Grey. HEX triplet: 71, 85 and 93. RGB value is (113,133,147). Sum of RGB (Red+Green+Blue) = 113+133+147=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 147 - color contains mainly: blue. Hex color #718593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718593 is #8E7A6C. Grayscale: #808080. Windows color (decimal): -9337453 or 9667953. OLE color: 9667953.

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

Color convert

RGB 113 133 147 -
CMYK 0.23 0.10 0 0.42
HSL 204.71º 0.14% 0.51% -
HSV(B) 204.71º 0.23% 0.58% -
XYZ 20.46 22.39 30.85 -
YUV 128.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 113 133 147 0.23 0.10 0 0.42 204.71 0.14 0.51
Hex 71 85 93 17 A 0 2A CD E 33
Octal 161 205 223 27 12 0 52 315 16 63
Binary 1110001 10000101 10010011 10111 1010 0 101010 11001101 1110 110011

Color Harmonies of #718593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718593

Black with #718593

Text Example


Text Example

White with #718593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718593; }

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

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

background-color css

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

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

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

border-color css

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

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

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