Html Css Color HEX #708595 Slate Grey

📋 copy color: '#708595'

red 112 ◦ green 133 ◦ blue 149

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

Shades of Slate Grey #708595

Tints of Slate Grey #708595

RGB

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

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

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

R = 28.43%
G = 33.76%
B = 37.82%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#708595 (or 0x708595) is known color: Slate Grey. HEX triplet: 70, 85 and 95. RGB value is (112,133,149). Sum of RGB (Red+Green+Blue) = 112+133+149=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #708595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708595 is #8F7A6A. Grayscale: #808080. Windows color (decimal): -9402987 or 9799024. OLE color: 9799024.

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

Color convert

RGB 112 133 149 -
CMYK 0.25 0.11 0 0.42
HSL 205.95º 0.15% 0.51% -
HSV(B) 205.95º 0.25% 0.58% -
XYZ 20.49 22.39 31.68 -
YUV 128.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 112 133 149 0.25 0.11 0 0.42 205.95 0.15 0.51
Hex 70 85 95 19 B 0 2A CE F 33
Octal 160 205 225 31 13 0 52 316 17 63
Binary 1110000 10000101 10010101 11001 1011 0 101010 11001110 1111 110011

Color Harmonies of #708595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708595

Black with #708595

Text Example


Text Example

White with #708595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708595; }

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

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

background-color css

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

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

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

border-color css

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

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

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