#537A84

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

Shades of Blue Bayoux #537A84

Tints of Blue Bayoux #537A84

Color information

#537A84 (or 0x537A84) is unknown color: approx Blue Bayoux. HEX triplet: 53, 7A and 84. RGB value is (83,122,132). Sum of RGB (Red+Green+Blue) = 83+122+132=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #537A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537A84 is #AC857B. Grayscale: #6F6F6F. Windows color (decimal): -11306364 or 8682067. OLE color: 8682067.

HSL color Cylindrical-coordinate representation of color #537A84: hue angle of 192.24º 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 #537A84 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB83122132-
CMYK0.370.0800.48
HSL192.24º22.79%42.16%-
HSV(B)192.24º37.12%51.76%-
XYZ14.6917.4224.42-
YUV111.48139.58107.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=24.63%
G=36.20%
B=39.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831221320.370.0800.48192.2422.7942.16
Hex537A84258030c0172a
Octal12317220445100603002752
Binary1010011111101010000100100101100001100001100000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537A84; }

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

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

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

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

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

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

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

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