#5B797D

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

Shades of Blue Bayoux #5B797D

Tints of Blue Bayoux #5B797D

Color information

#5B797D (or 0x5B797D) is unknown color: approx Blue Bayoux. HEX triplet: 5B, 79 and 7D. RGB value is (91,121,125). Sum of RGB (Red+Green+Blue) = 91+121+125=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B797D is #A48682. Grayscale: #707070. Windows color (decimal): -10782339 or 8223067. OLE color: 8223067.

HSL color Cylindrical-coordinate representation of color #5B797D: hue angle of 187.06º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B797D is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB91121125-
CMYK0.270.0300.51
HSL187.06º15.74%42.35%-
HSV(B)187.06º27.2%49.02%-
XYZ14.8517.3821.97-
YUV112.49135.06112.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.00%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=27.00%
G=35.91%
B=37.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal911211250.270.0300.51187.0615.7442.35
Hex5B797D1B3033bb102a
Octal1331711753330632732052
Binary101101111110011111101110111101100111011101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,121,125); }

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

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

 a { background-color: rgb(91,121,125); }

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

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

 span { border-color: rgb(91,121,125); }

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