#5D747C

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

Shades of Blue Bayoux #5D747C

Tints of Blue Bayoux #5D747C

Color information

#5D747C (or 0x5D747C) is unknown color: approx Blue Bayoux. HEX triplet: 5D, 74 and 7C. RGB value is (93,116,124). Sum of RGB (Red+Green+Blue) = 93+116+124=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D747C is #A28B83. Grayscale: #6D6D6D. Windows color (decimal): -10652548 or 8156253. OLE color: 8156253.

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

Color convert

RGB93116124-
CMYK0.250.0600.51
HSL195.48º14.29%42.55%-
HSV(B)195.48º25%48.63%-
XYZ14.416.2721.45-
YUV110.04135.88115.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.93%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=27.93%
G=34.83%
B=37.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal931161240.250.0600.51195.4814.2942.55
Hex5D747C196033c3e2b
Octal1351641743160633031653
Binary101110111101001111100110011100110011110000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,116,124); }

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

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

 a { background-color: rgb(93,116,124); }

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

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

 span { border-color: rgb(93,116,124); }

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