Shades of Rich Blue #565AB7
Tints of Rich Blue #565AB7
RGB
CMYK
RGB Variations
Color information
#565AB7 (or 0x565AB7) is known color: Rich Blue. HEX triplet: 56, 5A and B7. RGB value is (86,90,183). Sum of RGB (Red+Green+Blue) = 86+90+183=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #565AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565AB7 is #A9A548. Grayscale: #636363. Windows color (decimal): -11117897 or 12016214. OLE color: 12016214.
HSL color Cylindrical-coordinate representation of color #565AB7: hue angle of 237.53º degrees, saturation: 0.4, 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 #565AB7 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 90 | 183 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.28 |
| HSL | 237.53º | 0.4% | 0.53% | - |
| HSV(B) | 237.53º | 0.53% | 0.72% | - |
| XYZ | 16.04 | 12.71 | 46.41 | - |
| YUV | 99.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 183 | 0.53 | 0.51 | 0 | 0.28 | 237.53 | 0.4 | 0.53 |
| Hex | 56 | 5A | B7 | 35 | 33 | 0 | 1C | EE | 28 | 35 |
| Octal | 126 | 132 | 267 | 65 | 63 | 0 | 34 | 356 | 50 | 65 |
| Binary | 1010110 | 1011010 | 10110111 | 110101 | 110011 | 0 | 11100 | 11101110 | 101000 | 110101 |
Color Harmonies of #565AB7
Complementary color
Monochromatic Colors of #565AB7
Black with #565AB7
Text Example
Text Example
White with #565AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565AB7; }
p { color: rgb(86,90,183); }
H1.HeaderClassName
{
color: #565AB7;
}
.AnyTagClassName
{
color: #565AB7;
}
</style>
background-color css
<style>
a { background-color: #565AB7; }
a { background-color: rgb(86,90,183); }
div.DivClassName
{
background-color: #565AB7;
}
.BgClassName
{
background-color: #565AB7;
}
</style>
border-color css
<style>
span { border-color: #565AB7; }
span { border-color: rgb(86,90,183); }
td.TdClassName
{
border-color: #565AB7;
}
.TagClassName
{
border-color: #565AB7;
}
</style>