Shades of Blue Bayoux #557682
Tints of Blue Bayoux #557682
RGB
CMYK
RGB Variations
Color information
#557682 (or 0x557682) is known color: Blue Bayoux. HEX triplet: 55, 76 and 82. RGB value is (85,118,130). Sum of RGB (Red+Green+Blue) = 85+118+130=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #557682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557682 is #AA897D. Grayscale: #6D6D6D. Windows color (decimal): -11176318 or 8549973. OLE color: 8549973.
HSL color Cylindrical-coordinate representation of color #557682: hue angle of 196º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #557682 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 118 | 130 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.49 |
| HSL | 196º | 0.21% | 0.42% | - |
| HSV(B) | 196º | 0.35% | 0.51% | - |
| XYZ | 14.25 | 16.5 | 23.55 | - |
| YUV | 109.5 | 139.57 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 130 | 0.35 | 0.09 | 0 | 0.49 | 196 | 0.21 | 0.42 |
| Hex | 55 | 76 | 82 | 23 | 9 | 0 | 31 | C4 | 15 | 2A |
| Octal | 125 | 166 | 202 | 43 | 11 | 0 | 61 | 304 | 25 | 52 |
| Binary | 1010101 | 1110110 | 10000010 | 100011 | 1001 | 0 | 110001 | 11000100 | 10101 | 101010 |
Color Harmonies of #557682
Complementary color
Monochromatic Colors of #557682
Black with #557682
Text Example
Text Example
White with #557682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557682; }
p { color: rgb(85,118,130); }
H1.HeaderClassName
{
color: #557682;
}
.AnyTagClassName
{
color: #557682;
}
</style>
background-color css
<style>
a { background-color: #557682; }
a { background-color: rgb(85,118,130); }
div.DivClassName
{
background-color: #557682;
}
.BgClassName
{
background-color: #557682;
}
</style>
border-color css
<style>
span { border-color: #557682; }
span { border-color: rgb(85,118,130); }
td.TdClassName
{
border-color: #557682;
}
.TagClassName
{
border-color: #557682;
}
</style>