Shades of Rich Blue #5766A6
Tints of Rich Blue #5766A6
RGB
CMYK
RGB Variations
Color information
#5766A6 (or 0x5766A6) is known color: Rich Blue. HEX triplet: 57, 66 and A6. RGB value is (87,102,166). Sum of RGB (Red+Green+Blue) = 87+102+166=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 166 - color contains mainly: blue. Hex color #5766A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5766A6 is #A89959. Grayscale: #686868. Windows color (decimal): -11049306 or 10905175. OLE color: 10905175.
HSL color Cylindrical-coordinate representation of color #5766A6: hue angle of 228.61º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5766A6 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 102 | 166 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.35 |
| HSL | 228.61º | 0.31% | 0.5% | - |
| HSV(B) | 228.61º | 0.48% | 0.65% | - |
| XYZ | 15.56 | 14.28 | 38.01 | - |
| YUV | 104.81 | 162.53 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 166 | 0.48 | 0.39 | 0 | 0.35 | 228.61 | 0.31 | 0.5 |
| Hex | 57 | 66 | A6 | 30 | 27 | 0 | 23 | E5 | 1F | 32 |
| Octal | 127 | 146 | 246 | 60 | 47 | 0 | 43 | 345 | 37 | 62 |
| Binary | 1010111 | 1100110 | 10100110 | 110000 | 100111 | 0 | 100011 | 11100101 | 11111 | 110010 |
Color Harmonies of #5766A6
Complementary color
Monochromatic Colors of #5766A6
Black with #5766A6
Text Example
Text Example
White with #5766A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5766A6; }
p { color: rgb(87,102,166); }
H1.HeaderClassName
{
color: #5766A6;
}
.AnyTagClassName
{
color: #5766A6;
}
</style>
background-color css
<style>
a { background-color: #5766A6; }
a { background-color: rgb(87,102,166); }
div.DivClassName
{
background-color: #5766A6;
}
.BgClassName
{
background-color: #5766A6;
}
</style>
border-color css
<style>
span { border-color: #5766A6; }
span { border-color: rgb(87,102,166); }
td.TdClassName
{
border-color: #5766A6;
}
.TagClassName
{
border-color: #5766A6;
}
</style>