Shades of Rich Blue #5D62AA
Tints of Rich Blue #5D62AA
RGB
CMYK
RGB Variations
Color information
#5D62AA (or 0x5D62AA) is known color: Rich Blue. HEX triplet: 5D, 62 and AA. RGB value is (93,98,170). Sum of RGB (Red+Green+Blue) = 93+98+170=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D62AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D62AA is #A29D55. Grayscale: #686868. Windows color (decimal): -10657110 or 11166301. OLE color: 11166301.
HSL color Cylindrical-coordinate representation of color #5D62AA: hue angle of 236.1º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D62AA is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 98 | 170 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.33 |
| HSL | 236.1º | 0.31% | 0.52% | - |
| HSV(B) | 236.1º | 0.45% | 0.67% | - |
| XYZ | 16.14 | 13.96 | 39.88 | - |
| YUV | 104.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 98 | 170 | 0.45 | 0.42 | 0 | 0.33 | 236.1 | 0.31 | 0.52 |
| Hex | 5D | 62 | AA | 2D | 2A | 0 | 21 | EC | 1F | 34 |
| Octal | 135 | 142 | 252 | 55 | 52 | 0 | 41 | 354 | 37 | 64 |
| Binary | 1011101 | 1100010 | 10101010 | 101101 | 101010 | 0 | 100001 | 11101100 | 11111 | 110100 |
Color Harmonies of #5D62AA
Complementary color
Monochromatic Colors of #5D62AA
Black with #5D62AA
Text Example
Text Example
White with #5D62AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D62AA; }
p { color: rgb(93,98,170); }
H1.HeaderClassName
{
color: #5D62AA;
}
.AnyTagClassName
{
color: #5D62AA;
}
</style>
background-color css
<style>
a { background-color: #5D62AA; }
a { background-color: rgb(93,98,170); }
div.DivClassName
{
background-color: #5D62AA;
}
.BgClassName
{
background-color: #5D62AA;
}
</style>
border-color css
<style>
span { border-color: #5D62AA; }
span { border-color: rgb(93,98,170); }
td.TdClassName
{
border-color: #5D62AA;
}
.TagClassName
{
border-color: #5D62AA;
}
</style>