Shades of Rich Blue #565DBF
Tints of Rich Blue #565DBF
RGB
CMYK
RGB Variations
Color information
#565DBF (or 0x565DBF) is known color: Rich Blue. HEX triplet: 56, 5D and BF. RGB value is (86,93,191). Sum of RGB (Red+Green+Blue) = 86+93+191=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #565DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DBF is #A9A240. Grayscale: #656565. Windows color (decimal): -11117121 or 12541270. OLE color: 12541270.
HSL color Cylindrical-coordinate representation of color #565DBF: hue angle of 236º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #565DBF is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 93 | 191 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.25 |
| HSL | 236º | 0.45% | 0.54% | - |
| HSV(B) | 236º | 0.55% | 0.75% | - |
| XYZ | 17.16 | 13.57 | 51.01 | - |
| YUV | 102.08 | 178.18 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 191 | 0.55 | 0.51 | 0 | 0.25 | 236 | 0.45 | 0.54 |
| Hex | 56 | 5D | BF | 37 | 33 | 0 | 19 | EC | 2D | 36 |
| Octal | 126 | 135 | 277 | 67 | 63 | 0 | 31 | 354 | 55 | 66 |
| Binary | 1010110 | 1011101 | 10111111 | 110111 | 110011 | 0 | 11001 | 11101100 | 101101 | 110110 |
Color Harmonies of #565DBF
Complementary color
Monochromatic Colors of #565DBF
Black with #565DBF
Text Example
Text Example
White with #565DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565DBF; }
p { color: rgb(86,93,191); }
H1.HeaderClassName
{
color: #565DBF;
}
.AnyTagClassName
{
color: #565DBF;
}
</style>
background-color css
<style>
a { background-color: #565DBF; }
a { background-color: rgb(86,93,191); }
div.DivClassName
{
background-color: #565DBF;
}
.BgClassName
{
background-color: #565DBF;
}
</style>
border-color css
<style>
span { border-color: #565DBF; }
span { border-color: rgb(86,93,191); }
td.TdClassName
{
border-color: #565DBF;
}
.TagClassName
{
border-color: #565DBF;
}
</style>