Shades of Rich Blue #5559A4
Tints of Rich Blue #5559A4
RGB
CMYK
RGB Variations
Color information
#5559A4 (or 0x5559A4) is known color: Rich Blue. HEX triplet: 55, 59 and A4. RGB value is (85,89,164). Sum of RGB (Red+Green+Blue) = 85+89+164=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #5559A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5559A4 is #AAA65B. Grayscale: #606060. Windows color (decimal): -11183708 or 10770773. OLE color: 10770773.
HSL color Cylindrical-coordinate representation of color #5559A4: hue angle of 236.96º 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 #5559A4 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 89 | 164 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.36 |
| HSL | 236.96º | 0.32% | 0.49% | - |
| HSV(B) | 236.96º | 0.48% | 0.64% | - |
| XYZ | 14.02 | 11.76 | 36.65 | - |
| YUV | 96.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 164 | 0.48 | 0.46 | 0 | 0.36 | 236.96 | 0.32 | 0.49 |
| Hex | 55 | 59 | A4 | 30 | 2E | 0 | 24 | ED | 20 | 31 |
| Octal | 125 | 131 | 244 | 60 | 56 | 0 | 44 | 355 | 40 | 61 |
| Binary | 1010101 | 1011001 | 10100100 | 110000 | 101110 | 0 | 100100 | 11101101 | 100000 | 110001 |
Color Harmonies of #5559A4
Complementary color
Monochromatic Colors of #5559A4
Black with #5559A4
Text Example
Text Example
White with #5559A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5559A4; }
p { color: rgb(85,89,164); }
H1.HeaderClassName
{
color: #5559A4;
}
.AnyTagClassName
{
color: #5559A4;
}
</style>
background-color css
<style>
a { background-color: #5559A4; }
a { background-color: rgb(85,89,164); }
div.DivClassName
{
background-color: #5559A4;
}
.BgClassName
{
background-color: #5559A4;
}
</style>
border-color css
<style>
span { border-color: #5559A4; }
span { border-color: rgb(85,89,164); }
td.TdClassName
{
border-color: #5559A4;
}
.TagClassName
{
border-color: #5559A4;
}
</style>