Shades of Rich Blue #5565AE
Tints of Rich Blue #5565AE
RGB
CMYK
RGB Variations
Color information
#5565AE (or 0x5565AE) is known color: Rich Blue. HEX triplet: 55, 65 and AE. RGB value is (85,101,174). Sum of RGB (Red+Green+Blue) = 85+101+174=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #5565AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5565AE is #AA9A51. Grayscale: #686868. Windows color (decimal): -11180626 or 11429205. OLE color: 11429205.
HSL color Cylindrical-coordinate representation of color #5565AE: hue angle of 229.21º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5565AE is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 101 | 174 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.32 |
| HSL | 229.21º | 0.35% | 0.51% | - |
| HSV(B) | 229.21º | 0.51% | 0.68% | - |
| XYZ | 16.04 | 14.29 | 41.96 | - |
| YUV | 104.54 | 167.2 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 174 | 0.51 | 0.42 | 0 | 0.32 | 229.21 | 0.35 | 0.51 |
| Hex | 55 | 65 | AE | 33 | 2A | 0 | 20 | E5 | 23 | 33 |
| Octal | 125 | 145 | 256 | 63 | 52 | 0 | 40 | 345 | 43 | 63 |
| Binary | 1010101 | 1100101 | 10101110 | 110011 | 101010 | 0 | 100000 | 11100101 | 100011 | 110011 |
Color Harmonies of #5565AE
Complementary color
Monochromatic Colors of #5565AE
Black with #5565AE
Text Example
Text Example
White with #5565AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5565AE; }
p { color: rgb(85,101,174); }
H1.HeaderClassName
{
color: #5565AE;
}
.AnyTagClassName
{
color: #5565AE;
}
</style>
background-color css
<style>
a { background-color: #5565AE; }
a { background-color: rgb(85,101,174); }
div.DivClassName
{
background-color: #5565AE;
}
.BgClassName
{
background-color: #5565AE;
}
</style>
border-color css
<style>
span { border-color: #5565AE; }
span { border-color: rgb(85,101,174); }
td.TdClassName
{
border-color: #5565AE;
}
.TagClassName
{
border-color: #5565AE;
}
</style>