Shades of Rich Blue #5F559B
Tints of Rich Blue #5F559B
RGB
CMYK
RGB Variations
Color information
#5F559B (or 0x5F559B) is known color: Rich Blue. HEX triplet: 5F, 55 and 9B. RGB value is (95,85,155). Sum of RGB (Red+Green+Blue) = 95+85+155=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F559B is #A0AA64. Grayscale: #5F5F5F. Windows color (decimal): -10529381 or 10179935. OLE color: 10179935.
HSL color Cylindrical-coordinate representation of color #5F559B: hue angle of 248.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F559B is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 85 | 155 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.39 |
| HSL | 248.57º | 0.29% | 0.47% | - |
| HSV(B) | 248.57º | 0.45% | 0.61% | - |
| XYZ | 13.88 | 11.3 | 32.46 | - |
| YUV | 95.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 85 | 155 | 0.39 | 0.45 | 0 | 0.39 | 248.57 | 0.29 | 0.47 |
| Hex | 5F | 55 | 9B | 27 | 2D | 0 | 27 | F9 | 1D | 2F |
| Octal | 137 | 125 | 233 | 47 | 55 | 0 | 47 | 371 | 35 | 57 |
| Binary | 1011111 | 1010101 | 10011011 | 100111 | 101101 | 0 | 100111 | 11111001 | 11101 | 101111 |
Color Harmonies of #5F559B
Complementary color
Monochromatic Colors of #5F559B
Black with #5F559B
Text Example
Text Example
White with #5F559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F559B; }
p { color: rgb(95,85,155); }
H1.HeaderClassName
{
color: #5F559B;
}
.AnyTagClassName
{
color: #5F559B;
}
</style>
background-color css
<style>
a { background-color: #5F559B; }
a { background-color: rgb(95,85,155); }
div.DivClassName
{
background-color: #5F559B;
}
.BgClassName
{
background-color: #5F559B;
}
</style>
border-color css
<style>
span { border-color: #5F559B; }
span { border-color: rgb(95,85,155); }
td.TdClassName
{
border-color: #5F559B;
}
.TagClassName
{
border-color: #5F559B;
}
</style>