#557379

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

Shades of Blue Bayoux #557379

Tints of Blue Bayoux #557379

Color information

#557379 (or 0x557379) is unknown color: approx Blue Bayoux. HEX triplet: 55, 73 and 79. RGB value is (85,115,121). Sum of RGB (Red+Green+Blue) = 85+115+121=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #557379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557379 is #AA8C86. Grayscale: #6A6A6A. Windows color (decimal): -11177095 or 7959381. OLE color: 7959381.

HSL color Cylindrical-coordinate representation of color #557379: hue angle of 190º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557379 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB85115121-
CMYK0.300.0500.53
HSL190º17.48%40.39%-
HSV(B)190º29.75%47.45%-
XYZ13.3315.5720.39-
YUV106.71136.06112.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=26.48%
G=35.83%
B=37.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851151210.300.0500.5319017.4840.39
Hex5573791E5035be1128
Octal1251631713650652762150
Binary1010101111001111110011111010101101011011111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557379; }

 p { color: rgb(85,115,121); }

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

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

 a { background-color: rgb(85,115,121); }

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

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

 span { border-color: rgb(85,115,121); }

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