Shades of Rich Blue #565AB6
Tints of Rich Blue #565AB6
RGB
CMYK
RGB Variations
Color information
#565AB6 (or 0x565AB6) is known color: Rich Blue. HEX triplet: 56, 5A and B6. RGB value is (86,90,182). Sum of RGB (Red+Green+Blue) = 86+90+182=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #565AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565AB6 is #A9A549. Grayscale: #626262. Windows color (decimal): -11117898 or 11950678. OLE color: 11950678.
HSL color Cylindrical-coordinate representation of color #565AB6: hue angle of 237.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #565AB6 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 90 | 182 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.29 |
| HSL | 237.5º | 0.4% | 0.53% | - |
| HSV(B) | 237.5º | 0.53% | 0.71% | - |
| XYZ | 15.94 | 12.67 | 45.86 | - |
| YUV | 99.29 | 174.67 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 182 | 0.53 | 0.51 | 0 | 0.29 | 237.5 | 0.4 | 0.53 |
| Hex | 56 | 5A | B6 | 35 | 33 | 0 | 1D | EE | 28 | 35 |
| Octal | 126 | 132 | 266 | 65 | 63 | 0 | 35 | 356 | 50 | 65 |
| Binary | 1010110 | 1011010 | 10110110 | 110101 | 110011 | 0 | 11101 | 11101110 | 101000 | 110101 |
Color Harmonies of #565AB6
Complementary color
Monochromatic Colors of #565AB6
Black with #565AB6
Text Example
Text Example
White with #565AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565AB6; }
p { color: rgb(86,90,182); }
H1.HeaderClassName
{
color: #565AB6;
}
.AnyTagClassName
{
color: #565AB6;
}
</style>
background-color css
<style>
a { background-color: #565AB6; }
a { background-color: rgb(86,90,182); }
div.DivClassName
{
background-color: #565AB6;
}
.BgClassName
{
background-color: #565AB6;
}
</style>
border-color css
<style>
span { border-color: #565AB6; }
span { border-color: rgb(86,90,182); }
td.TdClassName
{
border-color: #565AB6;
}
.TagClassName
{
border-color: #565AB6;
}
</style>