Shades of Rich Blue #565BC1
Tints of Rich Blue #565BC1
RGB
CMYK
RGB Variations
Color information
#565BC1 (or 0x565BC1) is known color: Rich Blue. HEX triplet: 56, 5B and C1. RGB value is (86,91,193). Sum of RGB (Red+Green+Blue) = 86+91+193=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #565BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BC1 is #A9A43E. Grayscale: #646464. Windows color (decimal): -11117631 or 12671830. OLE color: 12671830.
HSL color Cylindrical-coordinate representation of color #565BC1: hue angle of 237.2º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #565BC1 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 91 | 193 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.24 |
| HSL | 237.2º | 0.46% | 0.55% | - |
| HSV(B) | 237.2º | 0.55% | 0.76% | - |
| XYZ | 17.2 | 13.31 | 52.11 | - |
| YUV | 101.13 | 179.84 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 193 | 0.55 | 0.53 | 0 | 0.24 | 237.2 | 0.46 | 0.55 |
| Hex | 56 | 5B | C1 | 37 | 35 | 0 | 18 | ED | 2E | 37 |
| Octal | 126 | 133 | 301 | 67 | 65 | 0 | 30 | 355 | 56 | 67 |
| Binary | 1010110 | 1011011 | 11000001 | 110111 | 110101 | 0 | 11000 | 11101101 | 101110 | 110111 |
Color Harmonies of #565BC1
Complementary color
Monochromatic Colors of #565BC1
Black with #565BC1
Text Example
Text Example
White with #565BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BC1; }
p { color: rgb(86,91,193); }
H1.HeaderClassName
{
color: #565BC1;
}
.AnyTagClassName
{
color: #565BC1;
}
</style>
background-color css
<style>
a { background-color: #565BC1; }
a { background-color: rgb(86,91,193); }
div.DivClassName
{
background-color: #565BC1;
}
.BgClassName
{
background-color: #565BC1;
}
</style>
border-color css
<style>
span { border-color: #565BC1; }
span { border-color: rgb(86,91,193); }
td.TdClassName
{
border-color: #565BC1;
}
.TagClassName
{
border-color: #565BC1;
}
</style>