Shades of Rich Blue #5656B8
Tints of Rich Blue #5656B8
RGB
CMYK
RGB Variations
Color information
#5656B8 (or 0x5656B8) is known color: Rich Blue. HEX triplet: 56, 56 and B8. RGB value is (86,86,184). Sum of RGB (Red+Green+Blue) = 86+86+184=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #5656B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5656B8 is #A9A947. Grayscale: #606060. Windows color (decimal): -11118920 or 12080726. OLE color: 12080726.
HSL color Cylindrical-coordinate representation of color #5656B8: hue angle of 240º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5656B8 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 86 | 184 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.28 |
| HSL | 240º | 0.41% | 0.53% | - |
| HSV(B) | 240º | 0.53% | 0.72% | - |
| XYZ | 15.82 | 12.09 | 46.85 | - |
| YUV | 97.17 | 177 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 184 | 0.53 | 0.53 | 0 | 0.28 | 240 | 0.41 | 0.53 |
| Hex | 56 | 56 | B8 | 35 | 35 | 0 | 1C | F0 | 29 | 35 |
| Octal | 126 | 126 | 270 | 65 | 65 | 0 | 34 | 360 | 51 | 65 |
| Binary | 1010110 | 1010110 | 10111000 | 110101 | 110101 | 0 | 11100 | 11110000 | 101001 | 110101 |
Color Harmonies of #5656B8
Complementary color
Monochromatic Colors of #5656B8
Black with #5656B8
Text Example
Text Example
White with #5656B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5656B8; }
p { color: rgb(86,86,184); }
H1.HeaderClassName
{
color: #5656B8;
}
.AnyTagClassName
{
color: #5656B8;
}
</style>
background-color css
<style>
a { background-color: #5656B8; }
a { background-color: rgb(86,86,184); }
div.DivClassName
{
background-color: #5656B8;
}
.BgClassName
{
background-color: #5656B8;
}
</style>
border-color css
<style>
span { border-color: #5656B8; }
span { border-color: rgb(86,86,184); }
td.TdClassName
{
border-color: #5656B8;
}
.TagClassName
{
border-color: #5656B8;
}
</style>