Shades of Rich Blue #5B5BBF
Tints of Rich Blue #5B5BBF
RGB
CMYK
RGB Variations
Color information
#5B5BBF (or 0x5B5BBF) is known color: Rich Blue. HEX triplet: 5B, 5B and BF. RGB value is (91,91,191). Sum of RGB (Red+Green+Blue) = 91+91+191=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B5BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5BBF is #A4A440. Grayscale: #666666. Windows color (decimal): -10789953 or 12540763. OLE color: 12540763.
HSL color Cylindrical-coordinate representation of color #5B5BBF: hue angle of 240º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B5BBF is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 91 | 191 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.25 |
| HSL | 240º | 0.44% | 0.55% | - |
| HSV(B) | 240º | 0.52% | 0.75% | - |
| XYZ | 17.46 | 13.47 | 50.97 | - |
| YUV | 102.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 91 | 191 | 0.52 | 0.52 | 0 | 0.25 | 240 | 0.44 | 0.55 |
| Hex | 5B | 5B | BF | 34 | 34 | 0 | 19 | F0 | 2C | 37 |
| Octal | 133 | 133 | 277 | 64 | 64 | 0 | 31 | 360 | 54 | 67 |
| Binary | 1011011 | 1011011 | 10111111 | 110100 | 110100 | 0 | 11001 | 11110000 | 101100 | 110111 |
Color Harmonies of #5B5BBF
Complementary color
Monochromatic Colors of #5B5BBF
Black with #5B5BBF
Text Example
Text Example
White with #5B5BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5BBF; }
p { color: rgb(91,91,191); }
H1.HeaderClassName
{
color: #5B5BBF;
}
.AnyTagClassName
{
color: #5B5BBF;
}
</style>
background-color css
<style>
a { background-color: #5B5BBF; }
a { background-color: rgb(91,91,191); }
div.DivClassName
{
background-color: #5B5BBF;
}
.BgClassName
{
background-color: #5B5BBF;
}
</style>
border-color css
<style>
span { border-color: #5B5BBF; }
span { border-color: rgb(91,91,191); }
td.TdClassName
{
border-color: #5B5BBF;
}
.TagClassName
{
border-color: #5B5BBF;
}
</style>