Shades of Blue Bayoux #557683
Tints of Blue Bayoux #557683
RGB
CMYK
RGB Variations
Color information
#557683 (or 0x557683) is known color: Blue Bayoux. HEX triplet: 55, 76 and 83. RGB value is (85,118,131). Sum of RGB (Red+Green+Blue) = 85+118+131=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #557683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557683 is #AA897C. Grayscale: #6D6D6D. Windows color (decimal): -11176317 or 8615509. OLE color: 8615509.
HSL color Cylindrical-coordinate representation of color #557683: hue angle of 196.96º 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 #557683 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 118 | 131 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.49 |
| HSL | 196.96º | 0.21% | 0.42% | - |
| HSV(B) | 196.96º | 0.35% | 0.51% | - |
| XYZ | 14.32 | 16.53 | 23.91 | - |
| YUV | 109.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 131 | 0.35 | 0.10 | 0 | 0.49 | 196.96 | 0.21 | 0.42 |
| Hex | 55 | 76 | 83 | 23 | A | 0 | 31 | C5 | 15 | 2A |
| Octal | 125 | 166 | 203 | 43 | 12 | 0 | 61 | 305 | 25 | 52 |
| Binary | 1010101 | 1110110 | 10000011 | 100011 | 1010 | 0 | 110001 | 11000101 | 10101 | 101010 |
Color Harmonies of #557683
Complementary color
Monochromatic Colors of #557683
Black with #557683
Text Example
Text Example
White with #557683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557683; }
p { color: rgb(85,118,131); }
H1.HeaderClassName
{
color: #557683;
}
.AnyTagClassName
{
color: #557683;
}
</style>
background-color css
<style>
a { background-color: #557683; }
a { background-color: rgb(85,118,131); }
div.DivClassName
{
background-color: #557683;
}
.BgClassName
{
background-color: #557683;
}
</style>
border-color css
<style>
span { border-color: #557683; }
span { border-color: rgb(85,118,131); }
td.TdClassName
{
border-color: #557683;
}
.TagClassName
{
border-color: #557683;
}
</style>