Html Css Color HEX #5E7384 Lynch

📋 copy color: '#5E7384'

red 94 ◦ green 115 ◦ blue 132

#5E7384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lynch #5E7384

Tints of Lynch #5E7384

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 value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E7384 (or 0x5E7384) is known color: 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

RGB 94 115 132 -
CMYK 0.29 0.13 0 0.48
HSL 206.84º 0.17% 0.44% -
HSV(B) 206.84º 0.29% 0.52% -
XYZ 14.91 16.31 24.19 -
YUV 110.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 94 115 132 0.29 0.13 0 0.48 206.84 0.17 0.44
Hex 5E 73 84 1D D 0 30 CF 11 2C
Octal 136 163 204 35 15 0 60 317 21 54
Binary 1011110 1110011 10000100 11101 1101 0 110000 11001111 10001 101100

Color Harmonies of #5E7384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7384

Black with #5E7384

Text Example


Text Example

White with #5E7384

Text Example


Text Example

HTML Codes & Css Web 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>