#537785

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

Shades of Blue Bayoux #537785

Tints of Blue Bayoux #537785

Color information

#537785 (or 0x537785) is unknown color: approx Blue Bayoux. HEX triplet: 53, 77 and 85. RGB value is (83,119,133). Sum of RGB (Red+Green+Blue) = 83+119+133=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #537785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537785 is #AC887A. Grayscale: #6D6D6D. Windows color (decimal): -11307131 or 8746835. OLE color: 8746835.

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

Color convert

RGB83119133-
CMYK0.380.1100.48
HSL196.8º23.15%42.35%-
HSV(B)196.8º37.59%52.16%-
XYZ14.416.7324.66-
YUV109.83141.07108.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=24.78%
G=35.52%
B=39.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831191330.380.1100.48196.823.1542.35
Hex53778526B030c5172a
Octal12316720546130603052752
Binary1010011111011110000101100110101101100001100010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537785; }

 p { color: rgb(83,119,133); }

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

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

 a { background-color: rgb(83,119,133); }

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

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

 span { border-color: rgb(83,119,133); }

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