#5A778D

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

Shades of Lynch #5A778D

Tints of Lynch #5A778D

Color information

#5A778D (or 0x5A778D) is unknown color: approx Lynch. HEX triplet: 5A, 77 and 8D. RGB value is (90,119,141). Sum of RGB (Red+Green+Blue) = 90+119+141=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A778D is #A58872. Grayscale: #707070. Windows color (decimal): -10848371 or 9271130. OLE color: 9271130.

HSL color Cylindrical-coordinate representation of color #5A778D: hue angle of 205.88º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A778D is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB90119141-
CMYK0.360.1600.45
HSL205.88º22.08%45.29%-
HSV(B)205.88º36.17%55.29%-
XYZ15.6217.2927.71-
YUV112.84143.89111.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.71%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 141 (55.47% from 255) = 40.29%
R=25.71%
G=34%
B=40.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal901191410.360.1600.45205.8822.0845.29
Hex5A778D241002Dce162d
Octal13216721544200553162655
Binary10110101110111100011011001001000001011011100111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,119,141); }

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

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

 a { background-color: rgb(90,119,141); }

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

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

 span { border-color: rgb(90,119,141); }

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