Html Css Color HEX #708590 Lynch

📋 copy color: '#708590'

red 112 ◦ green 133 ◦ blue 144

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

Shades of Lynch #708590

Tints of Lynch #708590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 28.79%
G = 34.19%
B = 37.02%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#708590 (or 0x708590) is known color: Lynch. HEX triplet: 70, 85 and 90. RGB value is (112,133,144). Sum of RGB (Red+Green+Blue) = 112+133+144=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #708590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708590 is #8F7A6F. Grayscale: #7F7F7F. Windows color (decimal): -9402992 or 9471344. OLE color: 9471344.

HSL color Cylindrical-coordinate representation of color #708590: hue angle of 200.62º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708590 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 133 144 -
CMYK 0.22 0.08 0 0.44
HSL 200.63º 0.13% 0.5% -
HSV(B) 200.63º 0.22% 0.56% -
XYZ 20.1 22.23 29.62 -
YUV 127.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 112 133 144 0.22 0.08 0 0.44 200.63 0.13 0.5
Hex 70 85 90 16 8 0 2C C9 D 32
Octal 160 205 220 26 10 0 54 311 15 62
Binary 1110000 10000101 10010000 10110 1000 0 101100 11001001 1101 110010

Color Harmonies of #708590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708590

Black with #708590

Text Example


Text Example

White with #708590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708590; }

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

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

background-color css

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

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

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

border-color css

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

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

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