Shades of Rich Blue #5954AF
Tints of Rich Blue #5954AF
RGB
CMYK
RGB Variations
Color information
#5954AF (or 0x5954AF) is known color: Rich Blue. HEX triplet: 59, 54 and AF. RGB value is (89,84,175). Sum of RGB (Red+Green+Blue) = 89+84+175=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #5954AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5954AF is #A6AB50. Grayscale: #5F5F5F. Windows color (decimal): -10922833 or 11490393. OLE color: 11490393.
HSL color Cylindrical-coordinate representation of color #5954AF: hue angle of 243.3º 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 #5954AF is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 84 | 175 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.31 |
| HSL | 243.3º | 0.36% | 0.51% | - |
| HSV(B) | 243.3º | 0.52% | 0.69% | - |
| XYZ | 15.03 | 11.56 | 42 | - |
| YUV | 95.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 175 | 0.49 | 0.52 | 0 | 0.31 | 243.3 | 0.36 | 0.51 |
| Hex | 59 | 54 | AF | 31 | 34 | 0 | 1F | F3 | 24 | 33 |
| Octal | 131 | 124 | 257 | 61 | 64 | 0 | 37 | 363 | 44 | 63 |
| Binary | 1011001 | 1010100 | 10101111 | 110001 | 110100 | 0 | 11111 | 11110011 | 100100 | 110011 |
Color Harmonies of #5954AF
Complementary color
Monochromatic Colors of #5954AF
Black with #5954AF
Text Example
Text Example
White with #5954AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5954AF; }
p { color: rgb(89,84,175); }
H1.HeaderClassName
{
color: #5954AF;
}
.AnyTagClassName
{
color: #5954AF;
}
</style>
background-color css
<style>
a { background-color: #5954AF; }
a { background-color: rgb(89,84,175); }
div.DivClassName
{
background-color: #5954AF;
}
.BgClassName
{
background-color: #5954AF;
}
</style>
border-color css
<style>
span { border-color: #5954AF; }
span { border-color: rgb(89,84,175); }
td.TdClassName
{
border-color: #5954AF;
}
.TagClassName
{
border-color: #5954AF;
}
</style>