#557A81

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

Shades of Blue Bayoux #557A81

Tints of Blue Bayoux #557A81

Color information

#557A81 (or 0x557A81) is unknown color: approx Blue Bayoux. HEX triplet: 55, 7A and 81. RGB value is (85,122,129). Sum of RGB (Red+Green+Blue) = 85+122+129=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 129 - color contains mainly: blue. Hex color #557A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A81 is #AA857E. Grayscale: #6F6F6F. Windows color (decimal): -11175295 or 8485461. OLE color: 8485461.

HSL color Cylindrical-coordinate representation of color #557A81: hue angle of 189.55º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557A81 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB85122129-
CMYK0.340.0500.49
HSL189.55º20.56%41.96%-
HSV(B)189.55º34.11%50.59%-
XYZ14.6717.4423.36-
YUV111.74137.74108.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 129 (50.78% from 255) = 38.39%
R=25.30%
G=36.31%
B=38.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851221290.340.0500.49189.5520.5641.96
Hex557A81225031be152a
Octal1251722014250612762552
Binary101010111110101000000110001010101100011011111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557A81; }

 p { color: rgb(85,122,129); }

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

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

 a { background-color: rgb(85,122,129); }

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

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

 span { border-color: rgb(85,122,129); }

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