#718089

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

Shades of Lynch #718089

Tints of Lynch #718089

Color information

#718089 (or 0x718089) is unknown color: approx Lynch. HEX triplet: 71, 80 and 89. RGB value is (113,128,137). Sum of RGB (Red+Green+Blue) = 113+128+137=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 137 - color contains mainly: blue. Hex color #718089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718089 is #8E7F76. Grayscale: #7C7C7C. Windows color (decimal): -9338743 or 9011313. OLE color: 9011313.

HSL color Cylindrical-coordinate representation of color #718089: hue angle of 202.5º 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 #718089 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB113128137-
CMYK0.180.0700.46
HSL202.5º9.6%49.02%-
HSV(B)202.5º17.52%53.73%-
XYZ19.0420.7626.67-
YUV124.54135.03119.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.89%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 137 (53.91% from 255) = 36.24%
R=29.89%
G=33.86%
B=36.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131281370.180.0700.46202.59.649.02
Hex71808912702Ecaa31
Octal1612002112270563121261
Binary11100011000000010001001100101110101110110010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718089; }

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

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

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

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

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

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

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

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