#5E7385

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

Shades of Lynch #5E7385

Tints of Lynch #5E7385

Color information

#5E7385 (or 0x5E7385) is unknown color: approx Lynch. HEX triplet: 5E, 73 and 85. RGB value is (94,115,133). Sum of RGB (Red+Green+Blue) = 94+115+133=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E7385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7385 is #A18C7A. Grayscale: #6E6E6E. Windows color (decimal): -10587259 or 8745822. OLE color: 8745822.

HSL color Cylindrical-coordinate representation of color #5E7385: hue angle of 207.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E7385 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB94115133-
CMYK0.290.1400.48
HSL207.69º17.18%44.51%-
HSV(B)207.69º29.32%52.16%-
XYZ14.9816.3324.55-
YUV110.77140.54116.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.49%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=27.49%
G=33.63%
B=38.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal941151330.290.1400.48207.6917.1844.51
Hex5E73851DE030d0112d
Octal13616320535160603202155
Binary101111011100111000010111101111001100001101000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,115,133); }

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

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

 a { background-color: rgb(94,115,133); }

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

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

 span { border-color: rgb(94,115,133); }

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