Shades of Rich Blue #5557AC
Tints of Rich Blue #5557AC
RGB
CMYK
RGB Variations
Color information
#5557AC (or 0x5557AC) is known color: Rich Blue. HEX triplet: 55, 57 and AC. RGB value is (85,87,172). Sum of RGB (Red+Green+Blue) = 85+87+172=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #5557AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5557AC is #AAA853. Grayscale: #5F5F5F. Windows color (decimal): -11184212 or 11294549. OLE color: 11294549.
HSL color Cylindrical-coordinate representation of color #5557AC: hue angle of 238.62º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5557AC is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 87 | 172 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.33 |
| HSL | 238.62º | 0.34% | 0.5% | - |
| HSV(B) | 238.62º | 0.51% | 0.67% | - |
| XYZ | 14.6 | 11.73 | 40.52 | - |
| YUV | 96.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 172 | 0.51 | 0.49 | 0 | 0.33 | 238.62 | 0.34 | 0.5 |
| Hex | 55 | 57 | AC | 33 | 31 | 0 | 21 | EF | 22 | 32 |
| Octal | 125 | 127 | 254 | 63 | 61 | 0 | 41 | 357 | 42 | 62 |
| Binary | 1010101 | 1010111 | 10101100 | 110011 | 110001 | 0 | 100001 | 11101111 | 100010 | 110010 |
Color Harmonies of #5557AC
Complementary color
Monochromatic Colors of #5557AC
Black with #5557AC
Text Example
Text Example
White with #5557AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5557AC; }
p { color: rgb(85,87,172); }
H1.HeaderClassName
{
color: #5557AC;
}
.AnyTagClassName
{
color: #5557AC;
}
</style>
background-color css
<style>
a { background-color: #5557AC; }
a { background-color: rgb(85,87,172); }
div.DivClassName
{
background-color: #5557AC;
}
.BgClassName
{
background-color: #5557AC;
}
</style>
border-color css
<style>
span { border-color: #5557AC; }
span { border-color: rgb(85,87,172); }
td.TdClassName
{
border-color: #5557AC;
}
.TagClassName
{
border-color: #5557AC;
}
</style>