Shades of Rich Blue #5855AC
Tints of Rich Blue #5855AC
RGB
CMYK
RGB Variations
Color information
#5855AC (or 0x5855AC) is known color: Rich Blue. HEX triplet: 58, 55 and AC. RGB value is (88,85,172). Sum of RGB (Red+Green+Blue) = 88+85+172=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #5855AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5855AC is #A7AA53. Grayscale: #5F5F5F. Windows color (decimal): -10988116 or 11294040. OLE color: 11294040.
HSL color Cylindrical-coordinate representation of color #5855AC: hue angle of 242.07º 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 #5855AC is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 85 | 172 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.33 |
| HSL | 242.07º | 0.34% | 0.5% | - |
| HSV(B) | 242.07º | 0.51% | 0.67% | - |
| XYZ | 14.72 | 11.55 | 40.48 | - |
| YUV | 95.82 | 170.99 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 172 | 0.49 | 0.51 | 0 | 0.33 | 242.07 | 0.34 | 0.5 |
| Hex | 58 | 55 | AC | 31 | 33 | 0 | 21 | F2 | 22 | 32 |
| Octal | 130 | 125 | 254 | 61 | 63 | 0 | 41 | 362 | 42 | 62 |
| Binary | 1011000 | 1010101 | 10101100 | 110001 | 110011 | 0 | 100001 | 11110010 | 100010 | 110010 |
Color Harmonies of #5855AC
Complementary color
Monochromatic Colors of #5855AC
Black with #5855AC
Text Example
Text Example
White with #5855AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5855AC; }
p { color: rgb(88,85,172); }
H1.HeaderClassName
{
color: #5855AC;
}
.AnyTagClassName
{
color: #5855AC;
}
</style>
background-color css
<style>
a { background-color: #5855AC; }
a { background-color: rgb(88,85,172); }
div.DivClassName
{
background-color: #5855AC;
}
.BgClassName
{
background-color: #5855AC;
}
</style>
border-color css
<style>
span { border-color: #5855AC; }
span { border-color: rgb(88,85,172); }
td.TdClassName
{
border-color: #5855AC;
}
.TagClassName
{
border-color: #5855AC;
}
</style>