#537684

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

Shades of Blue Bayoux #537684

Tints of Blue Bayoux #537684

Color information

#537684 (or 0x537684) is unknown color: approx Blue Bayoux. HEX triplet: 53, 76 and 84. RGB value is (83,118,132). Sum of RGB (Red+Green+Blue) = 83+118+132=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #537684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537684 is #AC897B. Grayscale: #6D6D6D. Windows color (decimal): -11307388 or 8681043. OLE color: 8681043.

HSL color Cylindrical-coordinate representation of color #537684: hue angle of 197.14º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #537684 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB83118132-
CMYK0.370.1100.48
HSL197.14º22.79%42.16%-
HSV(B)197.14º37.12%51.76%-
XYZ14.2116.4624.26-
YUV109.13140.9109.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=24.92%
G=35.44%
B=39.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831181320.370.1100.48197.1422.7942.16
Hex53768425B030c5172a
Octal12316620445130603052752
Binary1010011111011010000100100101101101100001100010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537684; }

 p { color: rgb(83,118,132); }

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

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

 a { background-color: rgb(83,118,132); }

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

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

 span { border-color: rgb(83,118,132); }

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