Shades of Rich Blue #5D5DAF
Tints of Rich Blue #5D5DAF
RGB
CMYK
RGB Variations
Color information
#5D5DAF (or 0x5D5DAF) is known color: Rich Blue. HEX triplet: 5D, 5D and AF. RGB value is (93,93,175). Sum of RGB (Red+Green+Blue) = 93+93+175=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D5DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5DAF is #A2A250. Grayscale: #666666. Windows color (decimal): -10658385 or 11492701. OLE color: 11492701.
HSL color Cylindrical-coordinate representation of color #5D5DAF: hue angle of 240º 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 #5D5DAF is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 93 | 175 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.31 |
| HSL | 240º | 0.34% | 0.53% | - |
| HSV(B) | 240º | 0.47% | 0.69% | - |
| XYZ | 16.17 | 13.25 | 42.26 | - |
| YUV | 102.35 | 169 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 93 | 175 | 0.47 | 0.47 | 0 | 0.31 | 240 | 0.34 | 0.53 |
| Hex | 5D | 5D | AF | 2F | 2F | 0 | 1F | F0 | 22 | 35 |
| Octal | 135 | 135 | 257 | 57 | 57 | 0 | 37 | 360 | 42 | 65 |
| Binary | 1011101 | 1011101 | 10101111 | 101111 | 101111 | 0 | 11111 | 11110000 | 100010 | 110101 |
Color Harmonies of #5D5DAF
Complementary color
Monochromatic Colors of #5D5DAF
Black with #5D5DAF
Text Example
Text Example
White with #5D5DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5DAF; }
p { color: rgb(93,93,175); }
H1.HeaderClassName
{
color: #5D5DAF;
}
.AnyTagClassName
{
color: #5D5DAF;
}
</style>
background-color css
<style>
a { background-color: #5D5DAF; }
a { background-color: rgb(93,93,175); }
div.DivClassName
{
background-color: #5D5DAF;
}
.BgClassName
{
background-color: #5D5DAF;
}
</style>
border-color css
<style>
span { border-color: #5D5DAF; }
span { border-color: rgb(93,93,175); }
td.TdClassName
{
border-color: #5D5DAF;
}
.TagClassName
{
border-color: #5D5DAF;
}
</style>