#708590

Color #708590 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #708590

Tints of Lynch #708590

Color information

#708590 (or 0x708590) is unknown color: approx 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

RGB112133144-
CMYK0.220.0800.44
HSL200.62º12.6%50.2%-
HSV(B)200.62º22.22%56.47%-
XYZ20.122.2329.62-
YUV127.98137.04116.61-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121331440.220.0800.44200.6212.650.2
Hex70859016802Cc9d32
Octal16020522026100543111562
Binary111000010000101100100001011010000101100110010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>