Shades of Rich Blue #5764AB
Tints of Rich Blue #5764AB
RGB
CMYK
RGB Variations
Color information
#5764AB (or 0x5764AB) is known color: Rich Blue. HEX triplet: 57, 64 and AB. RGB value is (87,100,171). Sum of RGB (Red+Green+Blue) = 87+100+171=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #5764AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5764AB is #A89B54. Grayscale: #676767. Windows color (decimal): -11049813 or 11232343. OLE color: 11232343.
HSL color Cylindrical-coordinate representation of color #5764AB: hue angle of 230.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5764AB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 100 | 171 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.33 |
| HSL | 230.71º | 0.33% | 0.51% | - |
| HSV(B) | 230.71º | 0.49% | 0.67% | - |
| XYZ | 15.84 | 14.08 | 40.41 | - |
| YUV | 104.21 | 165.69 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 100 | 171 | 0.49 | 0.42 | 0 | 0.33 | 230.71 | 0.33 | 0.51 |
| Hex | 57 | 64 | AB | 31 | 2A | 0 | 21 | E7 | 21 | 33 |
| Octal | 127 | 144 | 253 | 61 | 52 | 0 | 41 | 347 | 41 | 63 |
| Binary | 1010111 | 1100100 | 10101011 | 110001 | 101010 | 0 | 100001 | 11100111 | 100001 | 110011 |
Color Harmonies of #5764AB
Complementary color
Monochromatic Colors of #5764AB
Black with #5764AB
Text Example
Text Example
White with #5764AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5764AB; }
p { color: rgb(87,100,171); }
H1.HeaderClassName
{
color: #5764AB;
}
.AnyTagClassName
{
color: #5764AB;
}
</style>
background-color css
<style>
a { background-color: #5764AB; }
a { background-color: rgb(87,100,171); }
div.DivClassName
{
background-color: #5764AB;
}
.BgClassName
{
background-color: #5764AB;
}
</style>
border-color css
<style>
span { border-color: #5764AB; }
span { border-color: rgb(87,100,171); }
td.TdClassName
{
border-color: #5764AB;
}
.TagClassName
{
border-color: #5764AB;
}
</style>