Shades of Rich Blue #565ABA
Tints of Rich Blue #565ABA
RGB
CMYK
RGB Variations
Color information
#565ABA (or 0x565ABA) is known color: Rich Blue. HEX triplet: 56, 5A and BA. RGB value is (86,90,186). Sum of RGB (Red+Green+Blue) = 86+90+186=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #565ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ABA is #A9A545. Grayscale: #636363. Windows color (decimal): -11117894 or 12212822. OLE color: 12212822.
HSL color Cylindrical-coordinate representation of color #565ABA: hue angle of 237.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #565ABA is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 90 | 186 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.27 |
| HSL | 237.6º | 0.42% | 0.53% | - |
| HSV(B) | 237.6º | 0.54% | 0.73% | - |
| XYZ | 16.36 | 12.84 | 48.07 | - |
| YUV | 99.75 | 176.67 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 186 | 0.54 | 0.52 | 0 | 0.27 | 237.6 | 0.42 | 0.53 |
| Hex | 56 | 5A | BA | 36 | 34 | 0 | 1B | EE | 2A | 35 |
| Octal | 126 | 132 | 272 | 66 | 64 | 0 | 33 | 356 | 52 | 65 |
| Binary | 1010110 | 1011010 | 10111010 | 110110 | 110100 | 0 | 11011 | 11101110 | 101010 | 110101 |
Color Harmonies of #565ABA
Complementary color
Monochromatic Colors of #565ABA
Black with #565ABA
Text Example
Text Example
White with #565ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565ABA; }
p { color: rgb(86,90,186); }
H1.HeaderClassName
{
color: #565ABA;
}
.AnyTagClassName
{
color: #565ABA;
}
</style>
background-color css
<style>
a { background-color: #565ABA; }
a { background-color: rgb(86,90,186); }
div.DivClassName
{
background-color: #565ABA;
}
.BgClassName
{
background-color: #565ABA;
}
</style>
border-color css
<style>
span { border-color: #565ABA; }
span { border-color: rgb(86,90,186); }
td.TdClassName
{
border-color: #565ABA;
}
.TagClassName
{
border-color: #565ABA;
}
</style>