Shades of Rich Blue #5258AB
Tints of Rich Blue #5258AB
RGB
CMYK
RGB Variations
Color information
#5258AB (or 0x5258AB) is known color: Rich Blue. HEX triplet: 52, 58 and AB. RGB value is (82,88,171). Sum of RGB (Red+Green+Blue) = 82+88+171=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #5258AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5258AB is #ADA754. Grayscale: #5F5F5F. Windows color (decimal): -11380565 or 11229266. OLE color: 11229266.
HSL color Cylindrical-coordinate representation of color #5258AB: hue angle of 235.96º 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 #5258AB is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 88 | 171 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.33 |
| HSL | 235.96º | 0.35% | 0.5% | - |
| HSV(B) | 235.96º | 0.52% | 0.67% | - |
| XYZ | 14.32 | 11.71 | 40.03 | - |
| YUV | 95.67 | 170.51 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 171 | 0.52 | 0.49 | 0 | 0.33 | 235.96 | 0.35 | 0.5 |
| Hex | 52 | 58 | AB | 34 | 31 | 0 | 21 | EC | 23 | 32 |
| Octal | 122 | 130 | 253 | 64 | 61 | 0 | 41 | 354 | 43 | 62 |
| Binary | 1010010 | 1011000 | 10101011 | 110100 | 110001 | 0 | 100001 | 11101100 | 100011 | 110010 |
Color Harmonies of #5258AB
Complementary color
Monochromatic Colors of #5258AB
Black with #5258AB
Text Example
Text Example
White with #5258AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5258AB; }
p { color: rgb(82,88,171); }
H1.HeaderClassName
{
color: #5258AB;
}
.AnyTagClassName
{
color: #5258AB;
}
</style>
background-color css
<style>
a { background-color: #5258AB; }
a { background-color: rgb(82,88,171); }
div.DivClassName
{
background-color: #5258AB;
}
.BgClassName
{
background-color: #5258AB;
}
</style>
border-color css
<style>
span { border-color: #5258AB; }
span { border-color: rgb(82,88,171); }
td.TdClassName
{
border-color: #5258AB;
}
.TagClassName
{
border-color: #5258AB;
}
</style>