Shades of Rich Blue #5B5FA4
Tints of Rich Blue #5B5FA4
RGB
CMYK
RGB Variations
Color information
#5B5FA4 (or 0x5B5FA4) is known color: Rich Blue. HEX triplet: 5B, 5F and A4. RGB value is (91,95,164). Sum of RGB (Red+Green+Blue) = 91+95+164=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 164 - color contains mainly: blue. Hex color #5B5FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5FA4 is #A4A05B. Grayscale: #656565. Windows color (decimal): -10788956 or 10772315. OLE color: 10772315.
HSL color Cylindrical-coordinate representation of color #5B5FA4: hue angle of 236.71º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B5FA4 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 95 | 164 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.36 |
| HSL | 236.71º | 0.29% | 0.5% | - |
| HSV(B) | 236.71º | 0.45% | 0.64% | - |
| XYZ | 15.11 | 13.09 | 36.85 | - |
| YUV | 101.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 164 | 0.45 | 0.42 | 0 | 0.36 | 236.71 | 0.29 | 0.5 |
| Hex | 5B | 5F | A4 | 2D | 2A | 0 | 24 | ED | 1D | 32 |
| Octal | 133 | 137 | 244 | 55 | 52 | 0 | 44 | 355 | 35 | 62 |
| Binary | 1011011 | 1011111 | 10100100 | 101101 | 101010 | 0 | 100100 | 11101101 | 11101 | 110010 |
Color Harmonies of #5B5FA4
Complementary color
Monochromatic Colors of #5B5FA4
Black with #5B5FA4
Text Example
Text Example
White with #5B5FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5FA4; }
p { color: rgb(91,95,164); }
H1.HeaderClassName
{
color: #5B5FA4;
}
.AnyTagClassName
{
color: #5B5FA4;
}
</style>
background-color css
<style>
a { background-color: #5B5FA4; }
a { background-color: rgb(91,95,164); }
div.DivClassName
{
background-color: #5B5FA4;
}
.BgClassName
{
background-color: #5B5FA4;
}
</style>
border-color css
<style>
span { border-color: #5B5FA4; }
span { border-color: rgb(91,95,164); }
td.TdClassName
{
border-color: #5B5FA4;
}
.TagClassName
{
border-color: #5B5FA4;
}
</style>