Shades of Blue Bayoux #577484
Tints of Blue Bayoux #577484
RGB
CMYK
RGB Variations
Color information
#577484 (or 0x577484) is known color: Blue Bayoux. HEX triplet: 57, 74 and 84. RGB value is (87,116,132). Sum of RGB (Red+Green+Blue) = 87+116+132=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #577484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577484 is #A88B7B. Grayscale: #6D6D6D. Windows color (decimal): -11045756 or 8680535. OLE color: 8680535.
HSL color Cylindrical-coordinate representation of color #577484: hue angle of 201.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #577484 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 116 | 132 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.48 |
| HSL | 201.33º | 0.21% | 0.43% | - |
| HSV(B) | 201.33º | 0.34% | 0.52% | - |
| XYZ | 14.34 | 16.18 | 24.2 | - |
| YUV | 109.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 116 | 132 | 0.34 | 0.12 | 0 | 0.48 | 201.33 | 0.21 | 0.43 |
| Hex | 57 | 74 | 84 | 22 | C | 0 | 30 | C9 | 15 | 2B |
| Octal | 127 | 164 | 204 | 42 | 14 | 0 | 60 | 311 | 25 | 53 |
| Binary | 1010111 | 1110100 | 10000100 | 100010 | 1100 | 0 | 110000 | 11001001 | 10101 | 101011 |
Color Harmonies of #577484
Complementary color
Monochromatic Colors of #577484
Black with #577484
Text Example
Text Example
White with #577484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577484; }
p { color: rgb(87,116,132); }
H1.HeaderClassName
{
color: #577484;
}
.AnyTagClassName
{
color: #577484;
}
</style>
background-color css
<style>
a { background-color: #577484; }
a { background-color: rgb(87,116,132); }
div.DivClassName
{
background-color: #577484;
}
.BgClassName
{
background-color: #577484;
}
</style>
border-color css
<style>
span { border-color: #577484; }
span { border-color: rgb(87,116,132); }
td.TdClassName
{
border-color: #577484;
}
.TagClassName
{
border-color: #577484;
}
</style>