Shades of Rich Blue #5763AA
Tints of Rich Blue #5763AA
RGB
CMYK
RGB Variations
Color information
#5763AA (or 0x5763AA) is known color: Rich Blue. HEX triplet: 57, 63 and AA. RGB value is (87,99,170). Sum of RGB (Red+Green+Blue) = 87+99+170=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #5763AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5763AA is #A89C55. Grayscale: #676767. Windows color (decimal): -11050070 or 11166551. OLE color: 11166551.
HSL color Cylindrical-coordinate representation of color #5763AA: hue angle of 231.33º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5763AA is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 99 | 170 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.33 |
| HSL | 231.33º | 0.33% | 0.5% | - |
| HSV(B) | 231.33º | 0.49% | 0.67% | - |
| XYZ | 15.65 | 13.85 | 39.88 | - |
| YUV | 103.51 | 165.52 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 99 | 170 | 0.49 | 0.42 | 0 | 0.33 | 231.33 | 0.33 | 0.5 |
| Hex | 57 | 63 | AA | 31 | 2A | 0 | 21 | E7 | 21 | 32 |
| Octal | 127 | 143 | 252 | 61 | 52 | 0 | 41 | 347 | 41 | 62 |
| Binary | 1010111 | 1100011 | 10101010 | 110001 | 101010 | 0 | 100001 | 11100111 | 100001 | 110010 |
Color Harmonies of #5763AA
Complementary color
Monochromatic Colors of #5763AA
Black with #5763AA
Text Example
Text Example
White with #5763AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5763AA; }
p { color: rgb(87,99,170); }
H1.HeaderClassName
{
color: #5763AA;
}
.AnyTagClassName
{
color: #5763AA;
}
</style>
background-color css
<style>
a { background-color: #5763AA; }
a { background-color: rgb(87,99,170); }
div.DivClassName
{
background-color: #5763AA;
}
.BgClassName
{
background-color: #5763AA;
}
</style>
border-color css
<style>
span { border-color: #5763AA; }
span { border-color: rgb(87,99,170); }
td.TdClassName
{
border-color: #5763AA;
}
.TagClassName
{
border-color: #5763AA;
}
</style>