Shades of Rich Blue #5662B6
Tints of Rich Blue #5662B6
RGB
CMYK
RGB Variations
Color information
#5662B6 (or 0x5662B6) is known color: Rich Blue. HEX triplet: 56, 62 and B6. RGB value is (86,98,182). Sum of RGB (Red+Green+Blue) = 86+98+182=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #5662B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5662B6 is #A99D49. Grayscale: #676767. Windows color (decimal): -11115850 or 11952726. OLE color: 11952726.
HSL color Cylindrical-coordinate representation of color #5662B6: hue angle of 232.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5662B6 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 98 | 182 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.29 |
| HSL | 232.5º | 0.4% | 0.53% | - |
| HSV(B) | 232.5º | 0.53% | 0.71% | - |
| XYZ | 16.65 | 14.09 | 46.1 | - |
| YUV | 103.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 182 | 0.53 | 0.46 | 0 | 0.29 | 232.5 | 0.4 | 0.53 |
| Hex | 56 | 62 | B6 | 35 | 2E | 0 | 1D | E8 | 28 | 35 |
| Octal | 126 | 142 | 266 | 65 | 56 | 0 | 35 | 350 | 50 | 65 |
| Binary | 1010110 | 1100010 | 10110110 | 110101 | 101110 | 0 | 11101 | 11101000 | 101000 | 110101 |
Color Harmonies of #5662B6
Complementary color
Monochromatic Colors of #5662B6
Black with #5662B6
Text Example
Text Example
White with #5662B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5662B6; }
p { color: rgb(86,98,182); }
H1.HeaderClassName
{
color: #5662B6;
}
.AnyTagClassName
{
color: #5662B6;
}
</style>
background-color css
<style>
a { background-color: #5662B6; }
a { background-color: rgb(86,98,182); }
div.DivClassName
{
background-color: #5662B6;
}
.BgClassName
{
background-color: #5662B6;
}
</style>
border-color css
<style>
span { border-color: #5662B6; }
span { border-color: rgb(86,98,182); }
td.TdClassName
{
border-color: #5662B6;
}
.TagClassName
{
border-color: #5662B6;
}
</style>