Shades of Rich Blue #555DA8
Tints of Rich Blue #555DA8
RGB
CMYK
RGB Variations
Color information
#555DA8 (or 0x555DA8) is known color: Rich Blue. HEX triplet: 55, 5D and A8. RGB value is (85,93,168). Sum of RGB (Red+Green+Blue) = 85+93+168=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 168 (66.02% from 255 or 48.55% from 346); Max value from RGB is 168 - color contains mainly: blue. Hex color #555DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555DA8 is #AAA257. Grayscale: #626262. Windows color (decimal): -11182680 or 11033941. OLE color: 11033941.
HSL color Cylindrical-coordinate representation of color #555DA8: hue angle of 234.22º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #555DA8 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 93 | 168 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.34 |
| HSL | 234.22º | 0.33% | 0.5% | - |
| HSV(B) | 234.22º | 0.49% | 0.66% | - |
| XYZ | 14.73 | 12.59 | 38.7 | - |
| YUV | 99.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 168 | 0.49 | 0.45 | 0 | 0.34 | 234.22 | 0.33 | 0.5 |
| Hex | 55 | 5D | A8 | 31 | 2D | 0 | 22 | EA | 21 | 32 |
| Octal | 125 | 135 | 250 | 61 | 55 | 0 | 42 | 352 | 41 | 62 |
| Binary | 1010101 | 1011101 | 10101000 | 110001 | 101101 | 0 | 100010 | 11101010 | 100001 | 110010 |
Color Harmonies of #555DA8
Complementary color
Monochromatic Colors of #555DA8
Black with #555DA8
Text Example
Text Example
White with #555DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DA8; }
p { color: rgb(85,93,168); }
H1.HeaderClassName
{
color: #555DA8;
}
.AnyTagClassName
{
color: #555DA8;
}
</style>
background-color css
<style>
a { background-color: #555DA8; }
a { background-color: rgb(85,93,168); }
div.DivClassName
{
background-color: #555DA8;
}
.BgClassName
{
background-color: #555DA8;
}
</style>
border-color css
<style>
span { border-color: #555DA8; }
span { border-color: rgb(85,93,168); }
td.TdClassName
{
border-color: #555DA8;
}
.TagClassName
{
border-color: #555DA8;
}
</style>