Shades of Rich Blue #5F5FBC
Tints of Rich Blue #5F5FBC
RGB
CMYK
RGB Variations
Color information
#5F5FBC (or 0x5F5FBC) is known color: Rich Blue. HEX triplet: 5F, 5F and BC. RGB value is (95,95,188). Sum of RGB (Red+Green+Blue) = 95+95+188=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F5FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5FBC is #A0A043. Grayscale: #696969. Windows color (decimal): -10526788 or 12345183. OLE color: 12345183.
HSL color Cylindrical-coordinate representation of color #5F5FBC: hue angle of 240º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F5FBC is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 95 | 188 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.26 |
| HSL | 240º | 0.41% | 0.55% | - |
| HSV(B) | 240º | 0.49% | 0.74% | - |
| XYZ | 17.89 | 14.25 | 49.38 | - |
| YUV | 105.6 | 174.5 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 95 | 188 | 0.49 | 0.49 | 0 | 0.26 | 240 | 0.41 | 0.55 |
| Hex | 5F | 5F | BC | 31 | 31 | 0 | 1A | F0 | 29 | 37 |
| Octal | 137 | 137 | 274 | 61 | 61 | 0 | 32 | 360 | 51 | 67 |
| Binary | 1011111 | 1011111 | 10111100 | 110001 | 110001 | 0 | 11010 | 11110000 | 101001 | 110111 |
Color Harmonies of #5F5FBC
Complementary color
Monochromatic Colors of #5F5FBC
Black with #5F5FBC
Text Example
Text Example
White with #5F5FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5FBC; }
p { color: rgb(95,95,188); }
H1.HeaderClassName
{
color: #5F5FBC;
}
.AnyTagClassName
{
color: #5F5FBC;
}
</style>
background-color css
<style>
a { background-color: #5F5FBC; }
a { background-color: rgb(95,95,188); }
div.DivClassName
{
background-color: #5F5FBC;
}
.BgClassName
{
background-color: #5F5FBC;
}
</style>
border-color css
<style>
span { border-color: #5F5FBC; }
span { border-color: rgb(95,95,188); }
td.TdClassName
{
border-color: #5F5FBC;
}
.TagClassName
{
border-color: #5F5FBC;
}
</style>