#557278

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

Shades of Blue Bayoux #557278

Tints of Blue Bayoux #557278

Color information

#557278 (or 0x557278) is unknown color: approx Blue Bayoux. HEX triplet: 55, 72 and 78. RGB value is (85,114,120). Sum of RGB (Red+Green+Blue) = 85+114+120=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #557278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557278 is #AA8D87. Grayscale: #696969. Windows color (decimal): -11177352 or 7893589. OLE color: 7893589.

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

Color convert

RGB85114120-
CMYK0.290.0500.53
HSL190.29º17.07%40.2%-
HSV(B)190.29º29.17%47.06%-
XYZ13.1515.3220.03-
YUV106.01135.89113.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=26.65%
G=35.74%
B=37.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851141200.290.0500.53190.2917.0740.2
Hex5572781D5035be1128
Octal1251621703550652762150
Binary1010101111001011110001110110101101011011111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557278; }

 p { color: rgb(85,114,120); }

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

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

 a { background-color: rgb(85,114,120); }

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

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

 span { border-color: rgb(85,114,120); }

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