Shades of Rich Blue #5257AC
Tints of Rich Blue #5257AC
RGB
CMYK
RGB Variations
Color information
#5257AC (or 0x5257AC) is known color: Rich Blue. HEX triplet: 52, 57 and AC. RGB value is (82,87,172). Sum of RGB (Red+Green+Blue) = 82+87+172=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #5257AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5257AC is #ADA853. Grayscale: #5E5E5E. Windows color (decimal): -11380820 or 11294546. OLE color: 11294546.
HSL color Cylindrical-coordinate representation of color #5257AC: hue angle of 236.67º 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 #5257AC is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 87 | 172 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.33 |
| HSL | 236.67º | 0.35% | 0.5% | - |
| HSV(B) | 236.67º | 0.52% | 0.67% | - |
| XYZ | 14.33 | 11.59 | 40.51 | - |
| YUV | 95.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 172 | 0.52 | 0.49 | 0 | 0.33 | 236.67 | 0.35 | 0.5 |
| Hex | 52 | 57 | AC | 34 | 31 | 0 | 21 | ED | 23 | 32 |
| Octal | 122 | 127 | 254 | 64 | 61 | 0 | 41 | 355 | 43 | 62 |
| Binary | 1010010 | 1010111 | 10101100 | 110100 | 110001 | 0 | 100001 | 11101101 | 100011 | 110010 |
Color Harmonies of #5257AC
Complementary color
Monochromatic Colors of #5257AC
Black with #5257AC
Text Example
Text Example
White with #5257AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5257AC; }
p { color: rgb(82,87,172); }
H1.HeaderClassName
{
color: #5257AC;
}
.AnyTagClassName
{
color: #5257AC;
}
</style>
background-color css
<style>
a { background-color: #5257AC; }
a { background-color: rgb(82,87,172); }
div.DivClassName
{
background-color: #5257AC;
}
.BgClassName
{
background-color: #5257AC;
}
</style>
border-color css
<style>
span { border-color: #5257AC; }
span { border-color: rgb(82,87,172); }
td.TdClassName
{
border-color: #5257AC;
}
.TagClassName
{
border-color: #5257AC;
}
</style>