Shades of Rich Blue #565DC1
Tints of Rich Blue #565DC1
RGB
CMYK
RGB Variations
Color information
#565DC1 (or 0x565DC1) is known color: Rich Blue. HEX triplet: 56, 5D and C1. RGB value is (86,93,193). Sum of RGB (Red+Green+Blue) = 86+93+193=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #565DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DC1 is #A9A23E. Grayscale: #656565. Windows color (decimal): -11117119 or 12672342. OLE color: 12672342.
HSL color Cylindrical-coordinate representation of color #565DC1: hue angle of 236.07º 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 #565DC1 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 93 | 193 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.24 |
| HSL | 236.07º | 0.46% | 0.55% | - |
| HSV(B) | 236.07º | 0.55% | 0.76% | - |
| XYZ | 17.38 | 13.66 | 52.17 | - |
| YUV | 102.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 193 | 0.55 | 0.52 | 0 | 0.24 | 236.07 | 0.46 | 0.55 |
| Hex | 56 | 5D | C1 | 37 | 34 | 0 | 18 | EC | 2E | 37 |
| Octal | 126 | 135 | 301 | 67 | 64 | 0 | 30 | 354 | 56 | 67 |
| Binary | 1010110 | 1011101 | 11000001 | 110111 | 110100 | 0 | 11000 | 11101100 | 101110 | 110111 |
Color Harmonies of #565DC1
Complementary color
Monochromatic Colors of #565DC1
Black with #565DC1
Text Example
Text Example
White with #565DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565DC1; }
p { color: rgb(86,93,193); }
H1.HeaderClassName
{
color: #565DC1;
}
.AnyTagClassName
{
color: #565DC1;
}
</style>
background-color css
<style>
a { background-color: #565DC1; }
a { background-color: rgb(86,93,193); }
div.DivClassName
{
background-color: #565DC1;
}
.BgClassName
{
background-color: #565DC1;
}
</style>
border-color css
<style>
span { border-color: #565DC1; }
span { border-color: rgb(86,93,193); }
td.TdClassName
{
border-color: #565DC1;
}
.TagClassName
{
border-color: #565DC1;
}
</style>