Shades of Rich Blue #5258AC
Tints of Rich Blue #5258AC
RGB
CMYK
RGB Variations
Color information
#5258AC (or 0x5258AC) is known color: Rich Blue. HEX triplet: 52, 58 and AC. RGB value is (82,88,172). Sum of RGB (Red+Green+Blue) = 82+88+172=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #5258AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5258AC is #ADA753. Grayscale: #5F5F5F. Windows color (decimal): -11380564 or 11294802. OLE color: 11294802.
HSL color Cylindrical-coordinate representation of color #5258AC: hue angle of 236º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5258AC is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 88 | 172 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.33 |
| HSL | 236º | 0.35% | 0.5% | - |
| HSV(B) | 236º | 0.52% | 0.67% | - |
| XYZ | 14.42 | 11.75 | 40.54 | - |
| YUV | 95.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 172 | 0.52 | 0.49 | 0 | 0.33 | 236 | 0.35 | 0.5 |
| Hex | 52 | 58 | AC | 34 | 31 | 0 | 21 | EC | 23 | 32 |
| Octal | 122 | 130 | 254 | 64 | 61 | 0 | 41 | 354 | 43 | 62 |
| Binary | 1010010 | 1011000 | 10101100 | 110100 | 110001 | 0 | 100001 | 11101100 | 100011 | 110010 |
Color Harmonies of #5258AC
Complementary color
Monochromatic Colors of #5258AC
Black with #5258AC
Text Example
Text Example
White with #5258AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5258AC; }
p { color: rgb(82,88,172); }
H1.HeaderClassName
{
color: #5258AC;
}
.AnyTagClassName
{
color: #5258AC;
}
</style>
background-color css
<style>
a { background-color: #5258AC; }
a { background-color: rgb(82,88,172); }
div.DivClassName
{
background-color: #5258AC;
}
.BgClassName
{
background-color: #5258AC;
}
</style>
border-color css
<style>
span { border-color: #5258AC; }
span { border-color: rgb(82,88,172); }
td.TdClassName
{
border-color: #5258AC;
}
.TagClassName
{
border-color: #5258AC;
}
</style>