Shades of Rich Blue #5F5BBC
Tints of Rich Blue #5F5BBC
RGB
CMYK
RGB Variations
Color information
#5F5BBC (or 0x5F5BBC) is known color: Rich Blue. HEX triplet: 5F, 5B and BC. RGB value is (95,91,188). Sum of RGB (Red+Green+Blue) = 95+91+188=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 91 (35.94% from 255 or 24.33% 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 #5F5BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5BBC is #A0A443. Grayscale: #666666. Windows color (decimal): -10527812 or 12344159. OLE color: 12344159.
HSL color Cylindrical-coordinate representation of color #5F5BBC: hue angle of 242.47º 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 #5F5BBC is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 91 | 188 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.26 |
| HSL | 242.47º | 0.42% | 0.55% | - |
| HSV(B) | 242.47º | 0.52% | 0.74% | - |
| XYZ | 17.54 | 13.55 | 49.27 | - |
| YUV | 103.25 | 175.83 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 91 | 188 | 0.49 | 0.52 | 0 | 0.26 | 242.47 | 0.42 | 0.55 |
| Hex | 5F | 5B | BC | 31 | 34 | 0 | 1A | F2 | 2A | 37 |
| Octal | 137 | 133 | 274 | 61 | 64 | 0 | 32 | 362 | 52 | 67 |
| Binary | 1011111 | 1011011 | 10111100 | 110001 | 110100 | 0 | 11010 | 11110010 | 101010 | 110111 |
Color Harmonies of #5F5BBC
Complementary color
Monochromatic Colors of #5F5BBC
Black with #5F5BBC
Text Example
Text Example
White with #5F5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5BBC; }
p { color: rgb(95,91,188); }
H1.HeaderClassName
{
color: #5F5BBC;
}
.AnyTagClassName
{
color: #5F5BBC;
}
</style>
background-color css
<style>
a { background-color: #5F5BBC; }
a { background-color: rgb(95,91,188); }
div.DivClassName
{
background-color: #5F5BBC;
}
.BgClassName
{
background-color: #5F5BBC;
}
</style>
border-color css
<style>
span { border-color: #5F5BBC; }
span { border-color: rgb(95,91,188); }
td.TdClassName
{
border-color: #5F5BBC;
}
.TagClassName
{
border-color: #5F5BBC;
}
</style>