Shades of Rich Blue #565BB8
Tints of Rich Blue #565BB8
RGB
CMYK
RGB Variations
Color information
#565BB8 (or 0x565BB8) is known color: Rich Blue. HEX triplet: 56, 5B and B8. RGB value is (86,91,184). Sum of RGB (Red+Green+Blue) = 86+91+184=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #565BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BB8 is #A9A447. Grayscale: #636363. Windows color (decimal): -11117640 or 12082006. OLE color: 12082006.
HSL color Cylindrical-coordinate representation of color #565BB8: hue angle of 236.94º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #565BB8 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 91 | 184 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.28 |
| HSL | 236.94º | 0.41% | 0.53% | - |
| HSV(B) | 236.94º | 0.53% | 0.72% | - |
| XYZ | 16.23 | 12.92 | 46.99 | - |
| YUV | 100.11 | 175.34 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 184 | 0.53 | 0.51 | 0 | 0.28 | 236.94 | 0.41 | 0.53 |
| Hex | 56 | 5B | B8 | 35 | 33 | 0 | 1C | ED | 29 | 35 |
| Octal | 126 | 133 | 270 | 65 | 63 | 0 | 34 | 355 | 51 | 65 |
| Binary | 1010110 | 1011011 | 10111000 | 110101 | 110011 | 0 | 11100 | 11101101 | 101001 | 110101 |
Color Harmonies of #565BB8
Complementary color
Monochromatic Colors of #565BB8
Black with #565BB8
Text Example
Text Example
White with #565BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BB8; }
p { color: rgb(86,91,184); }
H1.HeaderClassName
{
color: #565BB8;
}
.AnyTagClassName
{
color: #565BB8;
}
</style>
background-color css
<style>
a { background-color: #565BB8; }
a { background-color: rgb(86,91,184); }
div.DivClassName
{
background-color: #565BB8;
}
.BgClassName
{
background-color: #565BB8;
}
</style>
border-color css
<style>
span { border-color: #565BB8; }
span { border-color: rgb(86,91,184); }
td.TdClassName
{
border-color: #565BB8;
}
.TagClassName
{
border-color: #565BB8;
}
</style>