Html Css Color HEX #708592 Slate Grey

📋 copy color: '#708592'

red 112 ◦ green 133 ◦ blue 146

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

Shades of Slate Grey #708592

Tints of Slate Grey #708592

RGB

 RED value IS 112 (44.14% from 255) = 28.64%

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

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

R = 28.64%
G = 34.02%
B = 37.34%

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

#708592 (or 0x708592) is known color: Slate Grey. HEX triplet: 70, 85 and 92. RGB value is (112,133,146). Sum of RGB (Red+Green+Blue) = 112+133+146=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #708592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708592 is #8F7A6D. Grayscale: #808080. Windows color (decimal): -9402990 or 9602416. OLE color: 9602416.

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

Color convert

RGB 112 133 146 -
CMYK 0.23 0.09 0 0.43
HSL 202.94º 0.13% 0.51% -
HSV(B) 202.94º 0.23% 0.57% -
XYZ 20.26 22.3 30.43 -
YUV 128.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 112 133 146 0.23 0.09 0 0.43 202.94 0.13 0.51
Hex 70 85 92 17 9 0 2B CB D 33
Octal 160 205 222 27 11 0 53 313 15 63
Binary 1110000 10000101 10010010 10111 1001 0 101011 11001011 1101 110011

Color Harmonies of #708592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708592

Black with #708592

Text Example


Text Example

White with #708592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708592; }

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

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

background-color css

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

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

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

border-color css

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

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

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