Shades of Rich Blue #5E65AA
Tints of Rich Blue #5E65AA
RGB
CMYK
RGB Variations
Color information
#5E65AA (or 0x5E65AA) is known color: Rich Blue. HEX triplet: 5E, 65 and AA. RGB value is (94,101,170). Sum of RGB (Red+Green+Blue) = 94+101+170=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E65AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E65AA is #A19A55. Grayscale: #6A6A6A. Windows color (decimal): -10590806 or 11167070. OLE color: 11167070.
HSL color Cylindrical-coordinate representation of color #5E65AA: hue angle of 234.47º 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 #5E65AA is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 101 | 170 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.33 |
| HSL | 234.47º | 0.31% | 0.52% | - |
| HSV(B) | 234.47º | 0.45% | 0.67% | - |
| XYZ | 16.53 | 14.59 | 39.98 | - |
| YUV | 106.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 170 | 0.45 | 0.41 | 0 | 0.33 | 234.47 | 0.31 | 0.52 |
| Hex | 5E | 65 | AA | 2D | 29 | 0 | 21 | EA | 1F | 34 |
| Octal | 136 | 145 | 252 | 55 | 51 | 0 | 41 | 352 | 37 | 64 |
| Binary | 1011110 | 1100101 | 10101010 | 101101 | 101001 | 0 | 100001 | 11101010 | 11111 | 110100 |
Color Harmonies of #5E65AA
Complementary color
Monochromatic Colors of #5E65AA
Black with #5E65AA
Text Example
Text Example
White with #5E65AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E65AA; }
p { color: rgb(94,101,170); }
H1.HeaderClassName
{
color: #5E65AA;
}
.AnyTagClassName
{
color: #5E65AA;
}
</style>
background-color css
<style>
a { background-color: #5E65AA; }
a { background-color: rgb(94,101,170); }
div.DivClassName
{
background-color: #5E65AA;
}
.BgClassName
{
background-color: #5E65AA;
}
</style>
border-color css
<style>
span { border-color: #5E65AA; }
span { border-color: rgb(94,101,170); }
td.TdClassName
{
border-color: #5E65AA;
}
.TagClassName
{
border-color: #5E65AA;
}
</style>