Shades of Rich Blue #5255BD
Tints of Rich Blue #5255BD
RGB
CMYK
RGB Variations
Color information
#5255BD (or 0x5255BD) is known color: Rich Blue. HEX triplet: 52, 55 and BD. RGB value is (82,85,189). Sum of RGB (Red+Green+Blue) = 82+85+189=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #5255BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5255BD is #ADAA42. Grayscale: #5F5F5F. Windows color (decimal): -11381315 or 12408146. OLE color: 12408146.
HSL color Cylindrical-coordinate representation of color #5255BD: hue angle of 238.32º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5255BD is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 85 | 189 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.26 |
| HSL | 238.32º | 0.45% | 0.53% | - |
| HSV(B) | 238.32º | 0.57% | 0.74% | - |
| XYZ | 15.91 | 11.96 | 49.61 | - |
| YUV | 95.96 | 180.51 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 189 | 0.57 | 0.55 | 0 | 0.26 | 238.32 | 0.45 | 0.53 |
| Hex | 52 | 55 | BD | 39 | 37 | 0 | 1A | EE | 2D | 35 |
| Octal | 122 | 125 | 275 | 71 | 67 | 0 | 32 | 356 | 55 | 65 |
| Binary | 1010010 | 1010101 | 10111101 | 111001 | 110111 | 0 | 11010 | 11101110 | 101101 | 110101 |
Color Harmonies of #5255BD
Complementary color
Monochromatic Colors of #5255BD
Black with #5255BD
Text Example
Text Example
White with #5255BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5255BD; }
p { color: rgb(82,85,189); }
H1.HeaderClassName
{
color: #5255BD;
}
.AnyTagClassName
{
color: #5255BD;
}
</style>
background-color css
<style>
a { background-color: #5255BD; }
a { background-color: rgb(82,85,189); }
div.DivClassName
{
background-color: #5255BD;
}
.BgClassName
{
background-color: #5255BD;
}
</style>
border-color css
<style>
span { border-color: #5255BD; }
span { border-color: rgb(82,85,189); }
td.TdClassName
{
border-color: #5255BD;
}
.TagClassName
{
border-color: #5255BD;
}
</style>