Shades of Rich Blue #5655B6
Tints of Rich Blue #5655B6
RGB
CMYK
RGB Variations
Color information
#5655B6 (or 0x5655B6) is known color: Rich Blue. HEX triplet: 56, 55 and B6. RGB value is (86,85,182). Sum of RGB (Red+Green+Blue) = 86+85+182=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #5655B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655B6 is #A9AA49. Grayscale: #5F5F5F. Windows color (decimal): -11119178 or 11949398. OLE color: 11949398.
HSL color Cylindrical-coordinate representation of color #5655B6: hue angle of 240.62º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5655B6 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 85 | 182 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.29 |
| HSL | 240.62º | 0.4% | 0.52% | - |
| HSV(B) | 240.62º | 0.53% | 0.71% | - |
| XYZ | 15.53 | 11.85 | 45.73 | - |
| YUV | 96.36 | 176.33 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 182 | 0.53 | 0.53 | 0 | 0.29 | 240.62 | 0.4 | 0.52 |
| Hex | 56 | 55 | B6 | 35 | 35 | 0 | 1D | F1 | 28 | 34 |
| Octal | 126 | 125 | 266 | 65 | 65 | 0 | 35 | 361 | 50 | 64 |
| Binary | 1010110 | 1010101 | 10110110 | 110101 | 110101 | 0 | 11101 | 11110001 | 101000 | 110100 |
Color Harmonies of #5655B6
Complementary color
Monochromatic Colors of #5655B6
Black with #5655B6
Text Example
Text Example
White with #5655B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5655B6; }
p { color: rgb(86,85,182); }
H1.HeaderClassName
{
color: #5655B6;
}
.AnyTagClassName
{
color: #5655B6;
}
</style>
background-color css
<style>
a { background-color: #5655B6; }
a { background-color: rgb(86,85,182); }
div.DivClassName
{
background-color: #5655B6;
}
.BgClassName
{
background-color: #5655B6;
}
</style>
border-color css
<style>
span { border-color: #5655B6; }
span { border-color: rgb(86,85,182); }
td.TdClassName
{
border-color: #5655B6;
}
.TagClassName
{
border-color: #5655B6;
}
</style>