Shades of Rich Blue #5B5BAF
Tints of Rich Blue #5B5BAF
RGB
CMYK
RGB Variations
Color information
#5B5BAF (or 0x5B5BAF) is known color: Rich Blue. HEX triplet: 5B, 5B and AF. RGB value is (91,91,175). Sum of RGB (Red+Green+Blue) = 91+91+175=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B5BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5BAF is #A4A450. Grayscale: #646464. Windows color (decimal): -10789969 or 11492187. OLE color: 11492187.
HSL color Cylindrical-coordinate representation of color #5B5BAF: hue angle of 240º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B5BAF is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 91 | 175 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.31 |
| HSL | 240º | 0.34% | 0.52% | - |
| HSV(B) | 240º | 0.48% | 0.69% | - |
| XYZ | 15.79 | 12.8 | 42.2 | - |
| YUV | 100.58 | 170 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 91 | 175 | 0.48 | 0.48 | 0 | 0.31 | 240 | 0.34 | 0.52 |
| Hex | 5B | 5B | AF | 30 | 30 | 0 | 1F | F0 | 22 | 34 |
| Octal | 133 | 133 | 257 | 60 | 60 | 0 | 37 | 360 | 42 | 64 |
| Binary | 1011011 | 1011011 | 10101111 | 110000 | 110000 | 0 | 11111 | 11110000 | 100010 | 110100 |
Color Harmonies of #5B5BAF
Complementary color
Monochromatic Colors of #5B5BAF
Black with #5B5BAF
Text Example
Text Example
White with #5B5BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5BAF; }
p { color: rgb(91,91,175); }
H1.HeaderClassName
{
color: #5B5BAF;
}
.AnyTagClassName
{
color: #5B5BAF;
}
</style>
background-color css
<style>
a { background-color: #5B5BAF; }
a { background-color: rgb(91,91,175); }
div.DivClassName
{
background-color: #5B5BAF;
}
.BgClassName
{
background-color: #5B5BAF;
}
</style>
border-color css
<style>
span { border-color: #5B5BAF; }
span { border-color: rgb(91,91,175); }
td.TdClassName
{
border-color: #5B5BAF;
}
.TagClassName
{
border-color: #5B5BAF;
}
</style>