Shades of Rich Blue #5D60AF
Tints of Rich Blue #5D60AF
RGB
CMYK
RGB Variations
Color information
#5D60AF (or 0x5D60AF) is known color: Rich Blue. HEX triplet: 5D, 60 and AF. RGB value is (93,96,175). Sum of RGB (Red+Green+Blue) = 93+96+175=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D60AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D60AF is #A29F50. Grayscale: #676767. Windows color (decimal): -10657617 or 11493469. OLE color: 11493469.
HSL color Cylindrical-coordinate representation of color #5D60AF: hue angle of 237.8º 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 #5D60AF is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 96 | 175 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.31 |
| HSL | 237.8º | 0.34% | 0.53% | - |
| HSV(B) | 237.8º | 0.47% | 0.69% | - |
| XYZ | 16.43 | 13.79 | 42.35 | - |
| YUV | 104.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 175 | 0.47 | 0.45 | 0 | 0.31 | 237.8 | 0.34 | 0.53 |
| Hex | 5D | 60 | AF | 2F | 2D | 0 | 1F | EE | 22 | 35 |
| Octal | 135 | 140 | 257 | 57 | 55 | 0 | 37 | 356 | 42 | 65 |
| Binary | 1011101 | 1100000 | 10101111 | 101111 | 101101 | 0 | 11111 | 11101110 | 100010 | 110101 |
Color Harmonies of #5D60AF
Complementary color
Monochromatic Colors of #5D60AF
Black with #5D60AF
Text Example
Text Example
White with #5D60AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D60AF; }
p { color: rgb(93,96,175); }
H1.HeaderClassName
{
color: #5D60AF;
}
.AnyTagClassName
{
color: #5D60AF;
}
</style>
background-color css
<style>
a { background-color: #5D60AF; }
a { background-color: rgb(93,96,175); }
div.DivClassName
{
background-color: #5D60AF;
}
.BgClassName
{
background-color: #5D60AF;
}
</style>
border-color css
<style>
span { border-color: #5D60AF; }
span { border-color: rgb(93,96,175); }
td.TdClassName
{
border-color: #5D60AF;
}
.TagClassName
{
border-color: #5D60AF;
}
</style>