#5E7B93

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

Shades of Lynch #5E7B93

Tints of Lynch #5E7B93

Color information

#5E7B93 (or 0x5E7B93) is unknown color: approx Lynch. HEX triplet: 5E, 7B and 93. RGB value is (94,123,147). Sum of RGB (Red+Green+Blue) = 94+123+147=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E7B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7B93 is #A1846C. Grayscale: #747474. Windows color (decimal): -10585197 or 9665374. OLE color: 9665374.

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

Color convert

RGB94123147-
CMYK0.360.1600.42
HSL207.17º21.99%47.25%-
HSV(B)207.17º36.05%57.65%-
XYZ16.9718.6530.31-
YUV117.06144.89111.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.82%
GREEN value IS 123 (48.44% from 255) = 33.79%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=25.82%
G=33.79%
B=40.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941231470.360.1600.42207.1721.9947.25
Hex5E7B93241002Acf162f
Octal13617322344200523172657
Binary10111101111011100100111001001000001010101100111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,123,147); }

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

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

 a { background-color: rgb(94,123,147); }

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

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

 span { border-color: rgb(94,123,147); }

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