Shades of Blue Bayoux #557583
Tints of Blue Bayoux #557583
RGB
CMYK
RGB Variations
Color information
#557583 (or 0x557583) is known color: Blue Bayoux. HEX triplet: 55, 75 and 83. RGB value is (85,117,131). Sum of RGB (Red+Green+Blue) = 85+117+131=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #557583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557583 is #AA8A7C. Grayscale: #6C6C6C. Windows color (decimal): -11176573 or 8615253. OLE color: 8615253.
HSL color Cylindrical-coordinate representation of color #557583: hue angle of 198.26º 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 #557583 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 117 | 131 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.49 |
| HSL | 198.26º | 0.21% | 0.42% | - |
| HSV(B) | 198.26º | 0.35% | 0.51% | - |
| XYZ | 14.2 | 16.29 | 23.87 | - |
| YUV | 109.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 131 | 0.35 | 0.11 | 0 | 0.49 | 198.26 | 0.21 | 0.42 |
| Hex | 55 | 75 | 83 | 23 | B | 0 | 31 | C6 | 15 | 2A |
| Octal | 125 | 165 | 203 | 43 | 13 | 0 | 61 | 306 | 25 | 52 |
| Binary | 1010101 | 1110101 | 10000011 | 100011 | 1011 | 0 | 110001 | 11000110 | 10101 | 101010 |
Color Harmonies of #557583
Complementary color
Monochromatic Colors of #557583
Black with #557583
Text Example
Text Example
White with #557583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557583; }
p { color: rgb(85,117,131); }
H1.HeaderClassName
{
color: #557583;
}
.AnyTagClassName
{
color: #557583;
}
</style>
background-color css
<style>
a { background-color: #557583; }
a { background-color: rgb(85,117,131); }
div.DivClassName
{
background-color: #557583;
}
.BgClassName
{
background-color: #557583;
}
</style>
border-color css
<style>
span { border-color: #557583; }
span { border-color: rgb(85,117,131); }
td.TdClassName
{
border-color: #557583;
}
.TagClassName
{
border-color: #557583;
}
</style>