Shades of Rich Blue #5461AF
Tints of Rich Blue #5461AF
RGB
CMYK
RGB Variations
Color information
#5461AF (or 0x5461AF) is known color: Rich Blue. HEX triplet: 54, 61 and AF. RGB value is (84,97,175). Sum of RGB (Red+Green+Blue) = 84+97+175=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #5461AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5461AF is #AB9E50. Grayscale: #656565. Windows color (decimal): -11247185 or 11493716. OLE color: 11493716.
HSL color Cylindrical-coordinate representation of color #5461AF: hue angle of 231.43º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5461AF is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 97 | 175 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.31 |
| HSL | 231.43º | 0.36% | 0.51% | - |
| HSV(B) | 231.43º | 0.52% | 0.69% | - |
| XYZ | 15.67 | 13.53 | 42.34 | - |
| YUV | 102.01 | 169.19 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 175 | 0.52 | 0.45 | 0 | 0.31 | 231.43 | 0.36 | 0.51 |
| Hex | 54 | 61 | AF | 34 | 2D | 0 | 1F | E7 | 24 | 33 |
| Octal | 124 | 141 | 257 | 64 | 55 | 0 | 37 | 347 | 44 | 63 |
| Binary | 1010100 | 1100001 | 10101111 | 110100 | 101101 | 0 | 11111 | 11100111 | 100100 | 110011 |
Color Harmonies of #5461AF
Complementary color
Monochromatic Colors of #5461AF
Black with #5461AF
Text Example
Text Example
White with #5461AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5461AF; }
p { color: rgb(84,97,175); }
H1.HeaderClassName
{
color: #5461AF;
}
.AnyTagClassName
{
color: #5461AF;
}
</style>
background-color css
<style>
a { background-color: #5461AF; }
a { background-color: rgb(84,97,175); }
div.DivClassName
{
background-color: #5461AF;
}
.BgClassName
{
background-color: #5461AF;
}
</style>
border-color css
<style>
span { border-color: #5461AF; }
span { border-color: rgb(84,97,175); }
td.TdClassName
{
border-color: #5461AF;
}
.TagClassName
{
border-color: #5461AF;
}
</style>