Html Css Color HEX #5E7686 Lynch

📋 copy color: '#5E7686'

red 94 ◦ green 118 ◦ blue 134

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

Shades of Lynch #5E7686

Tints of Lynch #5E7686

RGB

 RED value IS 94 (37.11% from 255) = 27.17%

 GREEN value IS 118 (46.48% from 255) = 34.1%

 BLUE value IS 134 (52.73% from 255) = 38.73%

R = 27.17%
G = 34.1%
B = 38.73%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E7686 (or 0x5E7686) is known color: Lynch. HEX triplet: 5E, 76 and 86. RGB value is (94,118,134). Sum of RGB (Red+Green+Blue) = 94+118+134=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 134 - color contains mainly: blue. Hex color #5E7686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7686 is #A18979. Grayscale: #707070. Windows color (decimal): -10586490 or 8812126. OLE color: 8812126.

HSL color Cylindrical-coordinate representation of color #5E7686: hue angle of 204º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E7686 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 118 134 -
CMYK 0.30 0.12 0 0.47
HSL 204º 0.18% 0.45% -
HSV(B) 204º 0.3% 0.53% -
XYZ 15.4 17.06 25.04 -
YUV 112.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 94 118 134 0.30 0.12 0 0.47 204 0.18 0.45
Hex 5E 76 86 1E C 0 2F CC 12 2D
Octal 136 166 206 36 14 0 57 314 22 55
Binary 1011110 1110110 10000110 11110 1100 0 101111 11001100 10010 101101

Color Harmonies of #5E7686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7686

Black with #5E7686

Text Example


Text Example

White with #5E7686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,118,134); }

 H1.HeaderClassName
 {
   color: #5E7686;
 }
 .AnyTagClassName
 {
   color: #5E7686;
 }
</style>

background-color css

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

 a { background-color: rgb(94,118,134); }

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

border-color css

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

 span { border-color: rgb(94,118,134); }

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