#5F747C

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

Shades of Blue Bayoux #5F747C

Tints of Blue Bayoux #5F747C

Color information

#5F747C (or 0x5F747C) is unknown color: approx Blue Bayoux. HEX triplet: 5F, 74 and 7C. RGB value is (95,116,124). Sum of RGB (Red+Green+Blue) = 95+116+124=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F747C is #A08B83. Grayscale: #6E6E6E. Windows color (decimal): -10521476 or 8156255. OLE color: 8156255.

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

Color convert

RGB95116124-
CMYK0.230.0600.51
HSL196.55º13.24%42.94%-
HSV(B)196.55º23.39%48.63%-
XYZ14.616.3821.46-
YUV110.63135.54116.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.36%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=28.36%
G=34.63%
B=37.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal951161240.230.0600.51196.5513.2442.94
Hex5F747C176033c5d2b
Octal1371641742760633051553
Binary101111111101001111100101111100110011110001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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