Shades of Rich Blue #5A5BB7
Tints of Rich Blue #5A5BB7
RGB
CMYK
RGB Variations
Color information
#5A5BB7 (or 0x5A5BB7) is known color: Rich Blue. HEX triplet: 5A, 5B and B7. RGB value is (90,91,183). Sum of RGB (Red+Green+Blue) = 90+91+183=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #5A5BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5BB7 is #A5A448. Grayscale: #646464. Windows color (decimal): -10855497 or 12016474. OLE color: 12016474.
HSL color Cylindrical-coordinate representation of color #5A5BB7: hue angle of 239.35º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A5BB7 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 91 | 183 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.28 |
| HSL | 239.35º | 0.39% | 0.54% | - |
| HSV(B) | 239.35º | 0.51% | 0.72% | - |
| XYZ | 16.5 | 13.07 | 46.45 | - |
| YUV | 101.19 | 174.17 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 183 | 0.51 | 0.50 | 0 | 0.28 | 239.35 | 0.39 | 0.54 |
| Hex | 5A | 5B | B7 | 33 | 32 | 0 | 1C | EF | 27 | 36 |
| Octal | 132 | 133 | 267 | 63 | 62 | 0 | 34 | 357 | 47 | 66 |
| Binary | 1011010 | 1011011 | 10110111 | 110011 | 110010 | 0 | 11100 | 11101111 | 100111 | 110110 |
Color Harmonies of #5A5BB7
Complementary color
Monochromatic Colors of #5A5BB7
Black with #5A5BB7
Text Example
Text Example
White with #5A5BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5BB7; }
p { color: rgb(90,91,183); }
H1.HeaderClassName
{
color: #5A5BB7;
}
.AnyTagClassName
{
color: #5A5BB7;
}
</style>
background-color css
<style>
a { background-color: #5A5BB7; }
a { background-color: rgb(90,91,183); }
div.DivClassName
{
background-color: #5A5BB7;
}
.BgClassName
{
background-color: #5A5BB7;
}
</style>
border-color css
<style>
span { border-color: #5A5BB7; }
span { border-color: rgb(90,91,183); }
td.TdClassName
{
border-color: #5A5BB7;
}
.TagClassName
{
border-color: #5A5BB7;
}
</style>