Shades of Rich Blue #5F5DB5
Tints of Rich Blue #5F5DB5
RGB
CMYK
RGB Variations
Color information
#5F5DB5 (or 0x5F5DB5) is known color: Rich Blue. HEX triplet: 5F, 5D and B5. RGB value is (95,93,181). Sum of RGB (Red+Green+Blue) = 95+93+181=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #5F5DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5DB5 is #A0A24A. Grayscale: #676767. Windows color (decimal): -10527307 or 11885919. OLE color: 11885919.
HSL color Cylindrical-coordinate representation of color #5F5DB5: hue angle of 241.36º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F5DB5 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 93 | 181 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.29 |
| HSL | 241.36º | 0.37% | 0.54% | - |
| HSV(B) | 241.36º | 0.49% | 0.71% | - |
| XYZ | 16.97 | 13.6 | 45.45 | - |
| YUV | 103.63 | 171.66 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 93 | 181 | 0.48 | 0.49 | 0 | 0.29 | 241.36 | 0.37 | 0.54 |
| Hex | 5F | 5D | B5 | 30 | 31 | 0 | 1D | F1 | 25 | 36 |
| Octal | 137 | 135 | 265 | 60 | 61 | 0 | 35 | 361 | 45 | 66 |
| Binary | 1011111 | 1011101 | 10110101 | 110000 | 110001 | 0 | 11101 | 11110001 | 100101 | 110110 |
Color Harmonies of #5F5DB5
Complementary color
Monochromatic Colors of #5F5DB5
Black with #5F5DB5
Text Example
Text Example
White with #5F5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5DB5; }
p { color: rgb(95,93,181); }
H1.HeaderClassName
{
color: #5F5DB5;
}
.AnyTagClassName
{
color: #5F5DB5;
}
</style>
background-color css
<style>
a { background-color: #5F5DB5; }
a { background-color: rgb(95,93,181); }
div.DivClassName
{
background-color: #5F5DB5;
}
.BgClassName
{
background-color: #5F5DB5;
}
</style>
border-color css
<style>
span { border-color: #5F5DB5; }
span { border-color: rgb(95,93,181); }
td.TdClassName
{
border-color: #5F5DB5;
}
.TagClassName
{
border-color: #5F5DB5;
}
</style>