Shades of Rich Blue #5A56B4
Tints of Rich Blue #5A56B4
RGB
CMYK
RGB Variations
Color information
#5A56B4 (or 0x5A56B4) is known color: Rich Blue. HEX triplet: 5A, 56 and B4. RGB value is (90,86,180). Sum of RGB (Red+Green+Blue) = 90+86+180=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #5A56B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A56B4 is #A5A94B. Grayscale: #616161. Windows color (decimal): -10856780 or 11818586. OLE color: 11818586.
HSL color Cylindrical-coordinate representation of color #5A56B4: hue angle of 242.55º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A56B4 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 86 | 180 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.29 |
| HSL | 242.55º | 0.39% | 0.52% | - |
| HSV(B) | 242.55º | 0.52% | 0.71% | - |
| XYZ | 15.78 | 12.12 | 44.69 | - |
| YUV | 97.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 180 | 0.50 | 0.52 | 0 | 0.29 | 242.55 | 0.39 | 0.52 |
| Hex | 5A | 56 | B4 | 32 | 34 | 0 | 1D | F3 | 27 | 34 |
| Octal | 132 | 126 | 264 | 62 | 64 | 0 | 35 | 363 | 47 | 64 |
| Binary | 1011010 | 1010110 | 10110100 | 110010 | 110100 | 0 | 11101 | 11110011 | 100111 | 110100 |
Color Harmonies of #5A56B4
Complementary color
Monochromatic Colors of #5A56B4
Black with #5A56B4
Text Example
Text Example
White with #5A56B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A56B4; }
p { color: rgb(90,86,180); }
H1.HeaderClassName
{
color: #5A56B4;
}
.AnyTagClassName
{
color: #5A56B4;
}
</style>
background-color css
<style>
a { background-color: #5A56B4; }
a { background-color: rgb(90,86,180); }
div.DivClassName
{
background-color: #5A56B4;
}
.BgClassName
{
background-color: #5A56B4;
}
</style>
border-color css
<style>
span { border-color: #5A56B4; }
span { border-color: rgb(90,86,180); }
td.TdClassName
{
border-color: #5A56B4;
}
.TagClassName
{
border-color: #5A56B4;
}
</style>