Shades of Rich Blue #5F5DAD
Tints of Rich Blue #5F5DAD
RGB
CMYK
RGB Variations
Color information
#5F5DAD (or 0x5F5DAD) is known color: Rich Blue. HEX triplet: 5F, 5D and AD. RGB value is (95,93,173). Sum of RGB (Red+Green+Blue) = 95+93+173=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F5DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5DAD is #A0A252. Grayscale: #666666. Windows color (decimal): -10527315 or 11361631. OLE color: 11361631.
HSL color Cylindrical-coordinate representation of color #5F5DAD: hue angle of 241.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F5DAD is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 93 | 173 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.32 |
| HSL | 241.5º | 0.33% | 0.52% | - |
| HSV(B) | 241.5º | 0.46% | 0.68% | - |
| XYZ | 16.18 | 13.28 | 41.25 | - |
| YUV | 102.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 93 | 173 | 0.45 | 0.46 | 0 | 0.32 | 241.5 | 0.33 | 0.52 |
| Hex | 5F | 5D | AD | 2D | 2E | 0 | 20 | F2 | 21 | 34 |
| Octal | 137 | 135 | 255 | 55 | 56 | 0 | 40 | 362 | 41 | 64 |
| Binary | 1011111 | 1011101 | 10101101 | 101101 | 101110 | 0 | 100000 | 11110010 | 100001 | 110100 |
Color Harmonies of #5F5DAD
Complementary color
Monochromatic Colors of #5F5DAD
Black with #5F5DAD
Text Example
Text Example
White with #5F5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5DAD; }
p { color: rgb(95,93,173); }
H1.HeaderClassName
{
color: #5F5DAD;
}
.AnyTagClassName
{
color: #5F5DAD;
}
</style>
background-color css
<style>
a { background-color: #5F5DAD; }
a { background-color: rgb(95,93,173); }
div.DivClassName
{
background-color: #5F5DAD;
}
.BgClassName
{
background-color: #5F5DAD;
}
</style>
border-color css
<style>
span { border-color: #5F5DAD; }
span { border-color: rgb(95,93,173); }
td.TdClassName
{
border-color: #5F5DAD;
}
.TagClassName
{
border-color: #5F5DAD;
}
</style>