Shades of Rich Blue #5F559D
Tints of Rich Blue #5F559D
RGB
CMYK
RGB Variations
Color information
#5F559D (or 0x5F559D) is known color: Rich Blue. HEX triplet: 5F, 55 and 9D. RGB value is (95,85,157). Sum of RGB (Red+Green+Blue) = 95+85+157=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F559D is #A0AA62. Grayscale: #5F5F5F. Windows color (decimal): -10529379 or 10311007. OLE color: 10311007.
HSL color Cylindrical-coordinate representation of color #5F559D: hue angle of 248.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F559D is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 85 | 157 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.38 |
| HSL | 248.33º | 0.3% | 0.47% | - |
| HSV(B) | 248.33º | 0.46% | 0.62% | - |
| XYZ | 14.05 | 11.36 | 33.35 | - |
| YUV | 96.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 85 | 157 | 0.39 | 0.46 | 0 | 0.38 | 248.33 | 0.3 | 0.47 |
| Hex | 5F | 55 | 9D | 27 | 2E | 0 | 26 | F8 | 1E | 2F |
| Octal | 137 | 125 | 235 | 47 | 56 | 0 | 46 | 370 | 36 | 57 |
| Binary | 1011111 | 1010101 | 10011101 | 100111 | 101110 | 0 | 100110 | 11111000 | 11110 | 101111 |
Color Harmonies of #5F559D
Complementary color
Monochromatic Colors of #5F559D
Black with #5F559D
Text Example
Text Example
White with #5F559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F559D; }
p { color: rgb(95,85,157); }
H1.HeaderClassName
{
color: #5F559D;
}
.AnyTagClassName
{
color: #5F559D;
}
</style>
background-color css
<style>
a { background-color: #5F559D; }
a { background-color: rgb(95,85,157); }
div.DivClassName
{
background-color: #5F559D;
}
.BgClassName
{
background-color: #5F559D;
}
</style>
border-color css
<style>
span { border-color: #5F559D; }
span { border-color: rgb(95,85,157); }
td.TdClassName
{
border-color: #5F559D;
}
.TagClassName
{
border-color: #5F559D;
}
</style>