Shades of Rich Blue #565FA3
Tints of Rich Blue #565FA3
RGB
CMYK
RGB Variations
Color information
#565FA3 (or 0x565FA3) is known color: Rich Blue. HEX triplet: 56, 5F and A3. RGB value is (86,95,163). Sum of RGB (Red+Green+Blue) = 86+95+163=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 163 - color contains mainly: blue. Hex color #565FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565FA3 is #A9A05C. Grayscale: #636363. Windows color (decimal): -11116637 or 10706774. OLE color: 10706774.
HSL color Cylindrical-coordinate representation of color #565FA3: hue angle of 232.99º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #565FA3 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 95 | 163 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.36 |
| HSL | 232.99º | 0.31% | 0.49% | - |
| HSV(B) | 232.99º | 0.47% | 0.64% | - |
| XYZ | 14.54 | 12.81 | 36.36 | - |
| YUV | 100.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 163 | 0.47 | 0.42 | 0 | 0.36 | 232.99 | 0.31 | 0.49 |
| Hex | 56 | 5F | A3 | 2F | 2A | 0 | 24 | E9 | 1F | 31 |
| Octal | 126 | 137 | 243 | 57 | 52 | 0 | 44 | 351 | 37 | 61 |
| Binary | 1010110 | 1011111 | 10100011 | 101111 | 101010 | 0 | 100100 | 11101001 | 11111 | 110001 |
Color Harmonies of #565FA3
Complementary color
Monochromatic Colors of #565FA3
Black with #565FA3
Text Example
Text Example
White with #565FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565FA3; }
p { color: rgb(86,95,163); }
H1.HeaderClassName
{
color: #565FA3;
}
.AnyTagClassName
{
color: #565FA3;
}
</style>
background-color css
<style>
a { background-color: #565FA3; }
a { background-color: rgb(86,95,163); }
div.DivClassName
{
background-color: #565FA3;
}
.BgClassName
{
background-color: #565FA3;
}
</style>
border-color css
<style>
span { border-color: #565FA3; }
span { border-color: rgb(86,95,163); }
td.TdClassName
{
border-color: #565FA3;
}
.TagClassName
{
border-color: #565FA3;
}
</style>