#5E7384

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

Shades of Lynch #5E7384

Tints of Lynch #5E7384

Color information

#5E7384 (or 0x5E7384) is unknown color: approx Lynch. HEX triplet: 5E, 73 and 84. RGB value is (94,115,132). Sum of RGB (Red+Green+Blue) = 94+115+132=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E7384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7384 is #A18C7B. Grayscale: #6E6E6E. Windows color (decimal): -10587260 or 8680286. OLE color: 8680286.

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

Color convert

RGB94115132-
CMYK0.290.1300.48
HSL206.84º16.81%44.31%-
HSV(B)206.84º28.79%51.76%-
XYZ14.9116.3124.19-
YUV110.66140.04116.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.57%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=27.57%
G=33.72%
B=38.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal941151320.290.1300.48206.8416.8144.31
Hex5E73841DD030cf112c
Octal13616320435150603172154
Binary101111011100111000010011101110101100001100111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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