Shades of Rich Blue #565AB0
Tints of Rich Blue #565AB0
RGB
CMYK
RGB Variations
Color information
#565AB0 (or 0x565AB0) is known color: Rich Blue. HEX triplet: 56, 5A and B0. RGB value is (86,90,176). Sum of RGB (Red+Green+Blue) = 86+90+176=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #565AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565AB0 is #A9A54F. Grayscale: #626262. Windows color (decimal): -11117904 or 11557462. OLE color: 11557462.
HSL color Cylindrical-coordinate representation of color #565AB0: hue angle of 237.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #565AB0 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 90 | 176 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.31 |
| HSL | 237.33º | 0.36% | 0.51% | - |
| HSV(B) | 237.33º | 0.51% | 0.69% | - |
| XYZ | 15.33 | 12.43 | 42.66 | - |
| YUV | 98.61 | 171.67 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 176 | 0.51 | 0.49 | 0 | 0.31 | 237.33 | 0.36 | 0.51 |
| Hex | 56 | 5A | B0 | 33 | 31 | 0 | 1F | ED | 24 | 33 |
| Octal | 126 | 132 | 260 | 63 | 61 | 0 | 37 | 355 | 44 | 63 |
| Binary | 1010110 | 1011010 | 10110000 | 110011 | 110001 | 0 | 11111 | 11101101 | 100100 | 110011 |
Color Harmonies of #565AB0
Complementary color
Monochromatic Colors of #565AB0
Black with #565AB0
Text Example
Text Example
White with #565AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565AB0; }
p { color: rgb(86,90,176); }
H1.HeaderClassName
{
color: #565AB0;
}
.AnyTagClassName
{
color: #565AB0;
}
</style>
background-color css
<style>
a { background-color: #565AB0; }
a { background-color: rgb(86,90,176); }
div.DivClassName
{
background-color: #565AB0;
}
.BgClassName
{
background-color: #565AB0;
}
</style>
border-color css
<style>
span { border-color: #565AB0; }
span { border-color: rgb(86,90,176); }
td.TdClassName
{
border-color: #565AB0;
}
.TagClassName
{
border-color: #565AB0;
}
</style>