#5F7983

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

Shades of Blue Bayoux #5F7983

Tints of Blue Bayoux #5F7983

Color information

#5F7983 (or 0x5F7983) is unknown color: approx Blue Bayoux. HEX triplet: 5F, 79 and 83. RGB value is (95,121,131). Sum of RGB (Red+Green+Blue) = 95+121+131=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #5F7983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7983 is #A0867C. Grayscale: #727272. Windows color (decimal): -10520189 or 8616287. OLE color: 8616287.

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

Color convert

RGB95121131-
CMYK0.270.0800.49
HSL196.67º15.93%44.31%-
HSV(B)196.67º27.48%51.37%-
XYZ15.6517.7524.07-
YUV114.37137.39114.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.38%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=27.38%
G=34.87%
B=37.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951211310.270.0800.49196.6715.9344.31
Hex5F79831B8031c5102c
Octal13717120333100613052054
Binary101111111110011000001111011100001100011100010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,121,131); }

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

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

 a { background-color: rgb(95,121,131); }

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

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

 span { border-color: rgb(95,121,131); }

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