Shades of Rich Blue #5657AA
Tints of Rich Blue #5657AA
RGB
CMYK
RGB Variations
Color information
#5657AA (or 0x5657AA) is known color: Rich Blue. HEX triplet: 56, 57 and AA. RGB value is (86,87,170). Sum of RGB (Red+Green+Blue) = 86+87+170=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #5657AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5657AA is #A9A855. Grayscale: #5F5F5F. Windows color (decimal): -11118678 or 11163478. OLE color: 11163478.
HSL color Cylindrical-coordinate representation of color #5657AA: hue angle of 239.29º 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 #5657AA is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 87 | 170 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.33 |
| HSL | 239.29º | 0.33% | 0.5% | - |
| HSV(B) | 239.29º | 0.49% | 0.67% | - |
| XYZ | 14.5 | 11.7 | 39.52 | - |
| YUV | 96.16 | 169.67 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 170 | 0.49 | 0.49 | 0 | 0.33 | 239.29 | 0.33 | 0.5 |
| Hex | 56 | 57 | AA | 31 | 31 | 0 | 21 | EF | 21 | 32 |
| Octal | 126 | 127 | 252 | 61 | 61 | 0 | 41 | 357 | 41 | 62 |
| Binary | 1010110 | 1010111 | 10101010 | 110001 | 110001 | 0 | 100001 | 11101111 | 100001 | 110010 |
Color Harmonies of #5657AA
Complementary color
Monochromatic Colors of #5657AA
Black with #5657AA
Text Example
Text Example
White with #5657AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5657AA; }
p { color: rgb(86,87,170); }
H1.HeaderClassName
{
color: #5657AA;
}
.AnyTagClassName
{
color: #5657AA;
}
</style>
background-color css
<style>
a { background-color: #5657AA; }
a { background-color: rgb(86,87,170); }
div.DivClassName
{
background-color: #5657AA;
}
.BgClassName
{
background-color: #5657AA;
}
</style>
border-color css
<style>
span { border-color: #5657AA; }
span { border-color: rgb(86,87,170); }
td.TdClassName
{
border-color: #5657AA;
}
.TagClassName
{
border-color: #5657AA;
}
</style>