Shades of Rich Blue #5B5FBC
Tints of Rich Blue #5B5FBC
RGB
CMYK
RGB Variations
Color information
#5B5FBC (or 0x5B5FBC) is known color: Rich Blue. HEX triplet: 5B, 5F and BC. RGB value is (91,95,188). Sum of RGB (Red+Green+Blue) = 91+95+188=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B5FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5FBC is #A4A043. Grayscale: #686868. Windows color (decimal): -10788932 or 12345179. OLE color: 12345179.
HSL color Cylindrical-coordinate representation of color #5B5FBC: hue angle of 237.53º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B5FBC is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 95 | 188 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.26 |
| HSL | 237.53º | 0.42% | 0.55% | - |
| HSV(B) | 237.53º | 0.52% | 0.74% | - |
| XYZ | 17.48 | 14.04 | 49.37 | - |
| YUV | 104.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 188 | 0.52 | 0.49 | 0 | 0.26 | 237.53 | 0.42 | 0.55 |
| Hex | 5B | 5F | BC | 34 | 31 | 0 | 1A | EE | 2A | 37 |
| Octal | 133 | 137 | 274 | 64 | 61 | 0 | 32 | 356 | 52 | 67 |
| Binary | 1011011 | 1011111 | 10111100 | 110100 | 110001 | 0 | 11010 | 11101110 | 101010 | 110111 |
Color Harmonies of #5B5FBC
Complementary color
Monochromatic Colors of #5B5FBC
Black with #5B5FBC
Text Example
Text Example
White with #5B5FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5FBC; }
p { color: rgb(91,95,188); }
H1.HeaderClassName
{
color: #5B5FBC;
}
.AnyTagClassName
{
color: #5B5FBC;
}
</style>
background-color css
<style>
a { background-color: #5B5FBC; }
a { background-color: rgb(91,95,188); }
div.DivClassName
{
background-color: #5B5FBC;
}
.BgClassName
{
background-color: #5B5FBC;
}
</style>
border-color css
<style>
span { border-color: #5B5FBC; }
span { border-color: rgb(91,95,188); }
td.TdClassName
{
border-color: #5B5FBC;
}
.TagClassName
{
border-color: #5B5FBC;
}
</style>