#537986

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

Shades of Blue Bayoux #537986

Tints of Blue Bayoux #537986

Color information

#537986 (or 0x537986) is unknown color: approx Blue Bayoux. HEX triplet: 53, 79 and 86. RGB value is (83,121,134). Sum of RGB (Red+Green+Blue) = 83+121+134=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #537986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537986 is #AC8679. Grayscale: #6F6F6F. Windows color (decimal): -11306618 or 8812883. OLE color: 8812883.

HSL color Cylindrical-coordinate representation of color #537986: hue angle of 195.29º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #537986 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83121134-
CMYK0.380.1000.47
HSL195.29º23.5%42.55%-
HSV(B)195.29º38.06%52.55%-
XYZ14.7117.2325.11-
YUV111.12140.91107.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 121 (47.66% from 255) = 35.80%
BLUE value IS 134 (52.73% from 255) = 39.64%
R=24.56%
G=35.80%
B=39.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831211340.380.1000.47195.2923.542.55
Hex53798626A02Fc3182b
Octal12317120646120573033053
Binary1010011111100110000110100110101001011111100001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537986; }

 p { color: rgb(83,121,134); }

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

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

 a { background-color: rgb(83,121,134); }

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

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

 span { border-color: rgb(83,121,134); }

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