Shades of Rich Blue #5744B7
Tints of Rich Blue #5744B7
RGB
CMYK
RGB Variations
Color information
#5744B7 (or 0x5744B7) is known color: Rich Blue. HEX triplet: 57, 44 and B7. RGB value is (87,68,183). Sum of RGB (Red+Green+Blue) = 87+68+183=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 183 (71.88% from 255 or 54.14% from 338); Max value from RGB is 183 - color contains mainly: blue. Hex color #5744B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5744B7 is #A8BB48. Grayscale: #565656. Windows color (decimal): -11057993 or 12010583. OLE color: 12010583.
HSL color Cylindrical-coordinate representation of color #5744B7: hue angle of 249.91º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5744B7 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 68 | 183 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.28 |
| HSL | 249.91º | 0.46% | 0.49% | - |
| HSV(B) | 249.91º | 0.63% | 0.72% | - |
| XYZ | 14.54 | 9.58 | 45.88 | - |
| YUV | 86.79 | 182.29 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 68 | 183 | 0.52 | 0.63 | 0 | 0.28 | 249.91 | 0.46 | 0.49 |
| Hex | 57 | 44 | B7 | 34 | 3F | 0 | 1C | FA | 2E | 31 |
| Octal | 127 | 104 | 267 | 64 | 77 | 0 | 34 | 372 | 56 | 61 |
| Binary | 1010111 | 1000100 | 10110111 | 110100 | 111111 | 0 | 11100 | 11111010 | 101110 | 110001 |
Color Harmonies of #5744B7
Complementary color
Monochromatic Colors of #5744B7
Black with #5744B7
Text Example
Text Example
White with #5744B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5744B7; }
p { color: rgb(87,68,183); }
H1.HeaderClassName
{
color: #5744B7;
}
.AnyTagClassName
{
color: #5744B7;
}
</style>
background-color css
<style>
a { background-color: #5744B7; }
a { background-color: rgb(87,68,183); }
div.DivClassName
{
background-color: #5744B7;
}
.BgClassName
{
background-color: #5744B7;
}
</style>
border-color css
<style>
span { border-color: #5744B7; }
span { border-color: rgb(87,68,183); }
td.TdClassName
{
border-color: #5744B7;
}
.TagClassName
{
border-color: #5744B7;
}
</style>