Shades of Rich Blue #5B5FBF
Tints of Rich Blue #5B5FBF
RGB
CMYK
RGB Variations
Color information
#5B5FBF (or 0x5B5FBF) is known color: Rich Blue. HEX triplet: 5B, 5F and BF. RGB value is (91,95,191). Sum of RGB (Red+Green+Blue) = 91+95+191=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B5FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5FBF is #A4A040. Grayscale: #686868. Windows color (decimal): -10788929 or 12541787. OLE color: 12541787.
HSL color Cylindrical-coordinate representation of color #5B5FBF: hue angle of 237.6º 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 #5B5FBF is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 95 | 191 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.25 |
| HSL | 237.6º | 0.44% | 0.55% | - |
| HSV(B) | 237.6º | 0.52% | 0.75% | - |
| XYZ | 17.81 | 14.17 | 51.09 | - |
| YUV | 104.75 | 176.67 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 191 | 0.52 | 0.50 | 0 | 0.25 | 237.6 | 0.44 | 0.55 |
| Hex | 5B | 5F | BF | 34 | 32 | 0 | 19 | EE | 2C | 37 |
| Octal | 133 | 137 | 277 | 64 | 62 | 0 | 31 | 356 | 54 | 67 |
| Binary | 1011011 | 1011111 | 10111111 | 110100 | 110010 | 0 | 11001 | 11101110 | 101100 | 110111 |
Color Harmonies of #5B5FBF
Complementary color
Monochromatic Colors of #5B5FBF
Black with #5B5FBF
Text Example
Text Example
White with #5B5FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5FBF; }
p { color: rgb(91,95,191); }
H1.HeaderClassName
{
color: #5B5FBF;
}
.AnyTagClassName
{
color: #5B5FBF;
}
</style>
background-color css
<style>
a { background-color: #5B5FBF; }
a { background-color: rgb(91,95,191); }
div.DivClassName
{
background-color: #5B5FBF;
}
.BgClassName
{
background-color: #5B5FBF;
}
</style>
border-color css
<style>
span { border-color: #5B5FBF; }
span { border-color: rgb(91,95,191); }
td.TdClassName
{
border-color: #5B5FBF;
}
.TagClassName
{
border-color: #5B5FBF;
}
</style>