Shades of Rich Blue #5E64AA
Tints of Rich Blue #5E64AA
RGB
CMYK
RGB Variations
Color information
#5E64AA (or 0x5E64AA) is known color: Rich Blue. HEX triplet: 5E, 64 and AA. RGB value is (94,100,170). Sum of RGB (Red+Green+Blue) = 94+100+170=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E64AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E64AA is #A19B55. Grayscale: #696969. Windows color (decimal): -10591062 or 11166814. OLE color: 11166814.
HSL color Cylindrical-coordinate representation of color #5E64AA: hue angle of 235.26º 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 #5E64AA is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 100 | 170 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.33 |
| HSL | 235.26º | 0.31% | 0.52% | - |
| HSV(B) | 235.26º | 0.45% | 0.67% | - |
| XYZ | 16.43 | 14.4 | 39.94 | - |
| YUV | 106.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 100 | 170 | 0.45 | 0.41 | 0 | 0.33 | 235.26 | 0.31 | 0.52 |
| Hex | 5E | 64 | AA | 2D | 29 | 0 | 21 | EB | 1F | 34 |
| Octal | 136 | 144 | 252 | 55 | 51 | 0 | 41 | 353 | 37 | 64 |
| Binary | 1011110 | 1100100 | 10101010 | 101101 | 101001 | 0 | 100001 | 11101011 | 11111 | 110100 |
Color Harmonies of #5E64AA
Complementary color
Monochromatic Colors of #5E64AA
Black with #5E64AA
Text Example
Text Example
White with #5E64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E64AA; }
p { color: rgb(94,100,170); }
H1.HeaderClassName
{
color: #5E64AA;
}
.AnyTagClassName
{
color: #5E64AA;
}
</style>
background-color css
<style>
a { background-color: #5E64AA; }
a { background-color: rgb(94,100,170); }
div.DivClassName
{
background-color: #5E64AA;
}
.BgClassName
{
background-color: #5E64AA;
}
</style>
border-color css
<style>
span { border-color: #5E64AA; }
span { border-color: rgb(94,100,170); }
td.TdClassName
{
border-color: #5E64AA;
}
.TagClassName
{
border-color: #5E64AA;
}
</style>