Shades of Rich Blue #5D61AF
Tints of Rich Blue #5D61AF
RGB
CMYK
RGB Variations
Color information
#5D61AF (or 0x5D61AF) is known color: Rich Blue. HEX triplet: 5D, 61 and AF. RGB value is (93,97,175). Sum of RGB (Red+Green+Blue) = 93+97+175=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D61AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D61AF is #A29E50. Grayscale: #686868. Windows color (decimal): -10657361 or 11493725. OLE color: 11493725.
HSL color Cylindrical-coordinate representation of color #5D61AF: hue angle of 237.07º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D61AF is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 97 | 175 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.31 |
| HSL | 237.07º | 0.34% | 0.53% | - |
| HSV(B) | 237.07º | 0.47% | 0.69% | - |
| XYZ | 16.53 | 13.97 | 42.38 | - |
| YUV | 104.7 | 167.67 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 175 | 0.47 | 0.45 | 0 | 0.31 | 237.07 | 0.34 | 0.53 |
| Hex | 5D | 61 | AF | 2F | 2D | 0 | 1F | ED | 22 | 35 |
| Octal | 135 | 141 | 257 | 57 | 55 | 0 | 37 | 355 | 42 | 65 |
| Binary | 1011101 | 1100001 | 10101111 | 101111 | 101101 | 0 | 11111 | 11101101 | 100010 | 110101 |
Color Harmonies of #5D61AF
Complementary color
Monochromatic Colors of #5D61AF
Black with #5D61AF
Text Example
Text Example
White with #5D61AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D61AF; }
p { color: rgb(93,97,175); }
H1.HeaderClassName
{
color: #5D61AF;
}
.AnyTagClassName
{
color: #5D61AF;
}
</style>
background-color css
<style>
a { background-color: #5D61AF; }
a { background-color: rgb(93,97,175); }
div.DivClassName
{
background-color: #5D61AF;
}
.BgClassName
{
background-color: #5D61AF;
}
</style>
border-color css
<style>
span { border-color: #5D61AF; }
span { border-color: rgb(93,97,175); }
td.TdClassName
{
border-color: #5D61AF;
}
.TagClassName
{
border-color: #5D61AF;
}
</style>