Shades of Rich Blue #5556A4
Tints of Rich Blue #5556A4
RGB
CMYK
RGB Variations
Color information
#5556A4 (or 0x5556A4) is known color: Rich Blue. HEX triplet: 55, 56 and A4. RGB value is (85,86,164). Sum of RGB (Red+Green+Blue) = 85+86+164=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #5556A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5556A4 is #AAA95B. Grayscale: #5E5E5E. Windows color (decimal): -11184476 or 10770005. OLE color: 10770005.
HSL color Cylindrical-coordinate representation of color #5556A4: hue angle of 239.24º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5556A4 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 86 | 164 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.36 |
| HSL | 239.24º | 0.32% | 0.49% | - |
| HSV(B) | 239.24º | 0.48% | 0.64% | - |
| XYZ | 13.77 | 11.27 | 36.57 | - |
| YUV | 94.59 | 167.17 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 164 | 0.48 | 0.48 | 0 | 0.36 | 239.24 | 0.32 | 0.49 |
| Hex | 55 | 56 | A4 | 30 | 30 | 0 | 24 | EF | 20 | 31 |
| Octal | 125 | 126 | 244 | 60 | 60 | 0 | 44 | 357 | 40 | 61 |
| Binary | 1010101 | 1010110 | 10100100 | 110000 | 110000 | 0 | 100100 | 11101111 | 100000 | 110001 |
Color Harmonies of #5556A4
Complementary color
Monochromatic Colors of #5556A4
Black with #5556A4
Text Example
Text Example
White with #5556A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5556A4; }
p { color: rgb(85,86,164); }
H1.HeaderClassName
{
color: #5556A4;
}
.AnyTagClassName
{
color: #5556A4;
}
</style>
background-color css
<style>
a { background-color: #5556A4; }
a { background-color: rgb(85,86,164); }
div.DivClassName
{
background-color: #5556A4;
}
.BgClassName
{
background-color: #5556A4;
}
</style>
border-color css
<style>
span { border-color: #5556A4; }
span { border-color: rgb(85,86,164); }
td.TdClassName
{
border-color: #5556A4;
}
.TagClassName
{
border-color: #5556A4;
}
</style>