#718189

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

Shades of Lynch #718189

Tints of Lynch #718189

Color information

#718189 (or 0x718189) is unknown color: approx Lynch. HEX triplet: 71, 81 and 89. RGB value is (113,129,137). Sum of RGB (Red+Green+Blue) = 113+129+137=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 137 - color contains mainly: blue. Hex color #718189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718189 is #8E7E76. Grayscale: #7D7D7D. Windows color (decimal): -9338487 or 9011569. OLE color: 9011569.

HSL color Cylindrical-coordinate representation of color #718189: hue angle of 200º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718189 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB113129137-
CMYK0.180.0600.46
HSL200º9.6%49.02%-
HSV(B)200º17.52%53.73%-
XYZ19.1821.0226.71-
YUV125.13134.7119.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 137 (53.91% from 255) = 36.15%
R=29.82%
G=34.04%
B=36.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131291370.180.0600.462009.649.02
Hex71818912602Ec8a31
Octal1612012112260563101261
Binary11100011000000110001001100101100101110110010001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718189; }

 p { color: rgb(113,129,137); }

 H1.HeaderClassName
 {
   color: #718189;
 }
 .AnyTagClassName
 {
   color: #718189;
 }
</style>
background-color css

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

 a { background-color: rgb(113,129,137); }

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

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

 span { border-color: rgb(113,129,137); }

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