#5E797C

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

Shades of Blue Bayoux #5E797C

Tints of Blue Bayoux #5E797C

Color information

#5E797C (or 0x5E797C) is unknown color: approx Blue Bayoux. HEX triplet: 5E, 79 and 7C. RGB value is (94,121,124). Sum of RGB (Red+Green+Blue) = 94+121+124=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E797C is #A18683. Grayscale: #717171. Windows color (decimal): -10585732 or 8157534. OLE color: 8157534.

HSL color Cylindrical-coordinate representation of color #5E797C: hue angle of 186º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E797C is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB94121124-
CMYK0.240.0200.51
HSL186º13.76%42.75%-
HSV(B)186º24.19%48.63%-
XYZ15.0917.5121.65-
YUV113.27134.05114.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.73%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=27.73%
G=35.69%
B=36.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal941211240.240.0200.5118613.7642.75
Hex5E797C182033bae2b
Octal1361711743020632721653
Binary10111101111001111110011000100110011101110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,121,124); }

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

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

 a { background-color: rgb(94,121,124); }

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

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

 span { border-color: rgb(94,121,124); }

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