Shades of Rich Blue #5B4FAF
Tints of Rich Blue #5B4FAF
RGB
CMYK
RGB Variations
Color information
#5B4FAF (or 0x5B4FAF) is known color: Rich Blue. HEX triplet: 5B, 4F and AF. RGB value is (91,79,175). Sum of RGB (Red+Green+Blue) = 91+79+175=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B4FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4FAF is #A4B050. Grayscale: #5D5D5D. Windows color (decimal): -10793041 or 11489115. OLE color: 11489115.
HSL color Cylindrical-coordinate representation of color #5B4FAF: hue angle of 247.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B4FAF is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 79 | 175 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.31 |
| HSL | 247.5º | 0.38% | 0.5% | - |
| HSV(B) | 247.5º | 0.55% | 0.69% | - |
| XYZ | 14.85 | 10.91 | 41.88 | - |
| YUV | 93.53 | 173.98 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 79 | 175 | 0.48 | 0.55 | 0 | 0.31 | 247.5 | 0.38 | 0.5 |
| Hex | 5B | 4F | AF | 30 | 37 | 0 | 1F | F8 | 26 | 32 |
| Octal | 133 | 117 | 257 | 60 | 67 | 0 | 37 | 370 | 46 | 62 |
| Binary | 1011011 | 1001111 | 10101111 | 110000 | 110111 | 0 | 11111 | 11111000 | 100110 | 110010 |
Color Harmonies of #5B4FAF
Complementary color
Monochromatic Colors of #5B4FAF
Black with #5B4FAF
Text Example
Text Example
White with #5B4FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4FAF; }
p { color: rgb(91,79,175); }
H1.HeaderClassName
{
color: #5B4FAF;
}
.AnyTagClassName
{
color: #5B4FAF;
}
</style>
background-color css
<style>
a { background-color: #5B4FAF; }
a { background-color: rgb(91,79,175); }
div.DivClassName
{
background-color: #5B4FAF;
}
.BgClassName
{
background-color: #5B4FAF;
}
</style>
border-color css
<style>
span { border-color: #5B4FAF; }
span { border-color: rgb(91,79,175); }
td.TdClassName
{
border-color: #5B4FAF;
}
.TagClassName
{
border-color: #5B4FAF;
}
</style>