#557786

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

Shades of Blue Bayoux #557786

Tints of Blue Bayoux #557786

Color information

#557786 (or 0x557786) is unknown color: approx Blue Bayoux. HEX triplet: 55, 77 and 86. RGB value is (85,119,134). Sum of RGB (Red+Green+Blue) = 85+119+134=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 119 (46.88% from 255 or 35.21% 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 #557786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557786 is #AA8879. Grayscale: #6E6E6E. Windows color (decimal): -11176058 or 8812373. OLE color: 8812373.

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

Color convert

RGB85119134-
CMYK0.370.1100.47
HSL198.37º22.37%42.94%-
HSV(B)198.37º36.57%52.55%-
XYZ14.6516.8525.03-
YUV110.54141.24109.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 134 (52.73% from 255) = 39.64%
R=25.15%
G=35.21%
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.47
SystemRedGreenBlueCMYKHSL
Decimal851191340.370.1100.47198.3722.3742.94
Hex55778625B02Fc6162b
Octal12516720645130573062653
Binary1010101111011110000110100101101101011111100011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557786; }

 p { color: rgb(85,119,134); }

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

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

 a { background-color: rgb(85,119,134); }

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

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

 span { border-color: rgb(85,119,134); }

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