#537782

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

Shades of Blue Bayoux #537782

Tints of Blue Bayoux #537782

Color information

#537782 (or 0x537782) is unknown color: approx Blue Bayoux. HEX triplet: 53, 77 and 82. RGB value is (83,119,130). Sum of RGB (Red+Green+Blue) = 83+119+130=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #537782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537782 is #AC887D. Grayscale: #6D6D6D. Windows color (decimal): -11307134 or 8550227. OLE color: 8550227.

HSL color Cylindrical-coordinate representation of color #537782: hue angle of 194.04º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #537782 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB83119130-
CMYK0.360.0800.49
HSL194.04º22.07%41.76%-
HSV(B)194.04º36.15%50.98%-
XYZ14.1916.6423.58-
YUV109.49139.57109.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=25%
G=35.84%
B=39.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831191300.360.0800.49194.0422.0741.76
Hex537782248031c2162a
Octal12316720244100613022652
Binary1010011111011110000010100100100001100011100001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537782; }

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

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

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

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

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

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

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

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