Shades of Blue Bayoux #527882
Tints of Blue Bayoux #527882
RGB
CMYK
RGB Variations
Color information
#527882 (or 0x527882) is known color: Blue Bayoux. HEX triplet: 52, 78 and 82. RGB value is (82,120,130). Sum of RGB (Red+Green+Blue) = 82+120+130=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #527882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527882 is #AD877D. Grayscale: #6D6D6D. Windows color (decimal): -11372414 or 8550482. OLE color: 8550482.
HSL color Cylindrical-coordinate representation of color #527882: hue angle of 192.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #527882 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 120 | 130 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.49 |
| HSL | 192.5º | 0.23% | 0.42% | - |
| HSV(B) | 192.5º | 0.37% | 0.51% | - |
| XYZ | 14.23 | 16.84 | 23.62 | - |
| YUV | 109.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 130 | 0.37 | 0.08 | 0 | 0.49 | 192.5 | 0.23 | 0.42 |
| Hex | 52 | 78 | 82 | 25 | 8 | 0 | 31 | C0 | 17 | 2A |
| Octal | 122 | 170 | 202 | 45 | 10 | 0 | 61 | 300 | 27 | 52 |
| Binary | 1010010 | 1111000 | 10000010 | 100101 | 1000 | 0 | 110001 | 11000000 | 10111 | 101010 |
Color Harmonies of #527882
Complementary color
Monochromatic Colors of #527882
Black with #527882
Text Example
Text Example
White with #527882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527882; }
p { color: rgb(82,120,130); }
H1.HeaderClassName
{
color: #527882;
}
.AnyTagClassName
{
color: #527882;
}
</style>
background-color css
<style>
a { background-color: #527882; }
a { background-color: rgb(82,120,130); }
div.DivClassName
{
background-color: #527882;
}
.BgClassName
{
background-color: #527882;
}
</style>
border-color css
<style>
span { border-color: #527882; }
span { border-color: rgb(82,120,130); }
td.TdClassName
{
border-color: #527882;
}
.TagClassName
{
border-color: #527882;
}
</style>