Html Css Color HEX #5E7889 Lynch

📋 copy color: '#5E7889'

red 94 ◦ green 120 ◦ blue 137

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

Shades of Lynch #5E7889

Tints of Lynch #5E7889

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.19%

 BLUE value IS 137 (53.91% from 255) = 39.03%

R = 26.78%
G = 34.19%
B = 39.03%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5E7889 (or 0x5E7889) is known color: Lynch. HEX triplet: 5E, 78 and 89. RGB value is (94,120,137). Sum of RGB (Red+Green+Blue) = 94+120+137=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E7889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7889 is #A18776. Grayscale: #727272. Windows color (decimal): -10585975 or 9009246. OLE color: 9009246.

HSL color Cylindrical-coordinate representation of color #5E7889: hue angle of 203.72º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E7889 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 94 120 137 -
CMYK 0.31 0.12 0 0.46
HSL 203.72º 0.19% 0.45% -
HSV(B) 203.72º 0.31% 0.54% -
XYZ 15.85 17.62 26.23 -
YUV 114.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 94 120 137 0.31 0.12 0 0.46 203.72 0.19 0.45
Hex 5E 78 89 1F C 0 2E CC 13 2D
Octal 136 170 211 37 14 0 56 314 23 55
Binary 1011110 1111000 10001001 11111 1100 0 101110 11001100 10011 101101

Color Harmonies of #5E7889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7889

Black with #5E7889

Text Example


Text Example

White with #5E7889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,120,137); }

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

background-color css

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

 a { background-color: rgb(94,120,137); }

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

border-color css

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

 span { border-color: rgb(94,120,137); }

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