#5E7486

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

Shades of Lynch #5E7486

Tints of Lynch #5E7486

Color information

#5E7486 (or 0x5E7486) is unknown color: approx Lynch. HEX triplet: 5E, 74 and 86. RGB value is (94,116,134). Sum of RGB (Red+Green+Blue) = 94+116+134=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #5E7486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7486 is #A18B79. Grayscale: #6F6F6F. Windows color (decimal): -10587002 or 8811614. OLE color: 8811614.

HSL color Cylindrical-coordinate representation of color #5E7486: hue angle of 207º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E7486 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB94116134-
CMYK0.300.1300.47
HSL207º17.54%44.71%-
HSV(B)207º29.85%52.55%-
XYZ15.1616.5924.96-
YUV111.47140.71115.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.33%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=27.33%
G=33.72%
B=38.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal941161340.300.1300.4720717.5444.71
Hex5E74861ED02Fcf122d
Octal13616420636150573172255
Binary101111011101001000011011110110101011111100111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E7486; }

 p { color: rgb(94,116,134); }

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

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

 a { background-color: rgb(94,116,134); }

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

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

 span { border-color: rgb(94,116,134); }

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