Shades of Rich Blue #5666AA
Tints of Rich Blue #5666AA
RGB
CMYK
RGB Variations
Color information
#5666AA (or 0x5666AA) is known color: Rich Blue. HEX triplet: 56, 66 and AA. RGB value is (86,102,170). Sum of RGB (Red+Green+Blue) = 86+102+170=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #5666AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5666AA is #A99955. Grayscale: #686868. Windows color (decimal): -11114838 or 11167318. OLE color: 11167318.
HSL color Cylindrical-coordinate representation of color #5666AA: hue angle of 228.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5666AA is Cyan = 0.49, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 102 | 170 | - |
| CMYK | 0.49 | 0.4 | 0 | 0.33 |
| HSL | 228.57º | 0.33% | 0.5% | - |
| HSV(B) | 228.57º | 0.49% | 0.67% | - |
| XYZ | 15.84 | 14.38 | 39.97 | - |
| YUV | 104.97 | 164.7 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 102 | 170 | 0.49 | 0.4 | 0 | 0.33 | 228.57 | 0.33 | 0.5 |
| Hex | 56 | 66 | AA | 31 | 28 | 0 | 21 | E5 | 21 | 32 |
| Octal | 126 | 146 | 252 | 61 | 50 | 0 | 41 | 345 | 41 | 62 |
| Binary | 1010110 | 1100110 | 10101010 | 110001 | 101000 | 0 | 100001 | 11100101 | 100001 | 110010 |
Color Harmonies of #5666AA
Complementary color
Monochromatic Colors of #5666AA
Black with #5666AA
Text Example
Text Example
White with #5666AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5666AA; }
p { color: rgb(86,102,170); }
H1.HeaderClassName
{
color: #5666AA;
}
.AnyTagClassName
{
color: #5666AA;
}
</style>
background-color css
<style>
a { background-color: #5666AA; }
a { background-color: rgb(86,102,170); }
div.DivClassName
{
background-color: #5666AA;
}
.BgClassName
{
background-color: #5666AA;
}
</style>
border-color css
<style>
span { border-color: #5666AA; }
span { border-color: rgb(86,102,170); }
td.TdClassName
{
border-color: #5666AA;
}
.TagClassName
{
border-color: #5666AA;
}
</style>