Shades of Rich Blue #564BBE
Tints of Rich Blue #564BBE
RGB
CMYK
RGB Variations
Color information
#564BBE (or 0x564BBE) is known color: Rich Blue. HEX triplet: 56, 4B and BE. RGB value is (86,75,190). Sum of RGB (Red+Green+Blue) = 86+75+190=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #564BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BBE is #A9B441. Grayscale: #5A5A5A. Windows color (decimal): -11121730 or 12471126. OLE color: 12471126.
HSL color Cylindrical-coordinate representation of color #564BBE: hue angle of 245.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #564BBE is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 75 | 190 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.25 |
| HSL | 245.74º | 0.47% | 0.52% | - |
| HSV(B) | 245.74º | 0.61% | 0.75% | - |
| XYZ | 15.65 | 10.73 | 49.96 | - |
| YUV | 91.4 | 183.64 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 190 | 0.55 | 0.61 | 0 | 0.25 | 245.74 | 0.47 | 0.52 |
| Hex | 56 | 4B | BE | 37 | 3D | 0 | 19 | F6 | 2F | 34 |
| Octal | 126 | 113 | 276 | 67 | 75 | 0 | 31 | 366 | 57 | 64 |
| Binary | 1010110 | 1001011 | 10111110 | 110111 | 111101 | 0 | 11001 | 11110110 | 101111 | 110100 |
Color Harmonies of #564BBE
Complementary color
Monochromatic Colors of #564BBE
Black with #564BBE
Text Example
Text Example
White with #564BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564BBE; }
p { color: rgb(86,75,190); }
H1.HeaderClassName
{
color: #564BBE;
}
.AnyTagClassName
{
color: #564BBE;
}
</style>
background-color css
<style>
a { background-color: #564BBE; }
a { background-color: rgb(86,75,190); }
div.DivClassName
{
background-color: #564BBE;
}
.BgClassName
{
background-color: #564BBE;
}
</style>
border-color css
<style>
span { border-color: #564BBE; }
span { border-color: rgb(86,75,190); }
td.TdClassName
{
border-color: #564BBE;
}
.TagClassName
{
border-color: #564BBE;
}
</style>