Shades of Rich Blue #5741AB
Tints of Rich Blue #5741AB
RGB
CMYK
RGB Variations
Color information
#5741AB (or 0x5741AB) is known color: Rich Blue. HEX triplet: 57, 41 and AB. RGB value is (87,65,171). Sum of RGB (Red+Green+Blue) = 87+65+171=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #5741AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5741AB is #A8BE54. Grayscale: #535353. Windows color (decimal): -11058773 or 11223383. OLE color: 11223383.
HSL color Cylindrical-coordinate representation of color #5741AB: hue angle of 252.45º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5741AB is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 65 | 171 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.33 |
| HSL | 252.45º | 0.45% | 0.46% | - |
| HSV(B) | 252.45º | 0.62% | 0.67% | - |
| XYZ | 13.17 | 8.75 | 39.52 | - |
| YUV | 83.66 | 177.29 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 65 | 171 | 0.49 | 0.62 | 0 | 0.33 | 252.45 | 0.45 | 0.46 |
| Hex | 57 | 41 | AB | 31 | 3E | 0 | 21 | FC | 2D | 2E |
| Octal | 127 | 101 | 253 | 61 | 76 | 0 | 41 | 374 | 55 | 56 |
| Binary | 1010111 | 1000001 | 10101011 | 110001 | 111110 | 0 | 100001 | 11111100 | 101101 | 101110 |
Color Harmonies of #5741AB
Complementary color
Monochromatic Colors of #5741AB
Black with #5741AB
Text Example
Text Example
White with #5741AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5741AB; }
p { color: rgb(87,65,171); }
H1.HeaderClassName
{
color: #5741AB;
}
.AnyTagClassName
{
color: #5741AB;
}
</style>
background-color css
<style>
a { background-color: #5741AB; }
a { background-color: rgb(87,65,171); }
div.DivClassName
{
background-color: #5741AB;
}
.BgClassName
{
background-color: #5741AB;
}
</style>
border-color css
<style>
span { border-color: #5741AB; }
span { border-color: rgb(87,65,171); }
td.TdClassName
{
border-color: #5741AB;
}
.TagClassName
{
border-color: #5741AB;
}
</style>