Shades of Rich Blue #525FBB
Tints of Rich Blue #525FBB
RGB
CMYK
RGB Variations
Color information
#525FBB (or 0x525FBB) is known color: Rich Blue. HEX triplet: 52, 5F and BB. RGB value is (82,95,187). Sum of RGB (Red+Green+Blue) = 82+95+187=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #525FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FBB is #ADA044. Grayscale: #656565. Windows color (decimal): -11378757 or 12279634. OLE color: 12279634.
HSL color Cylindrical-coordinate representation of color #525FBB: hue angle of 232.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #525FBB is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 95 | 187 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.27 |
| HSL | 232.57º | 0.44% | 0.53% | - |
| HSV(B) | 232.57º | 0.56% | 0.73% | - |
| XYZ | 16.54 | 13.57 | 48.76 | - |
| YUV | 101.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 187 | 0.56 | 0.49 | 0 | 0.27 | 232.57 | 0.44 | 0.53 |
| Hex | 52 | 5F | BB | 38 | 31 | 0 | 1B | E9 | 2C | 35 |
| Octal | 122 | 137 | 273 | 70 | 61 | 0 | 33 | 351 | 54 | 65 |
| Binary | 1010010 | 1011111 | 10111011 | 111000 | 110001 | 0 | 11011 | 11101001 | 101100 | 110101 |
Color Harmonies of #525FBB
Complementary color
Monochromatic Colors of #525FBB
Black with #525FBB
Text Example
Text Example
White with #525FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525FBB; }
p { color: rgb(82,95,187); }
H1.HeaderClassName
{
color: #525FBB;
}
.AnyTagClassName
{
color: #525FBB;
}
</style>
background-color css
<style>
a { background-color: #525FBB; }
a { background-color: rgb(82,95,187); }
div.DivClassName
{
background-color: #525FBB;
}
.BgClassName
{
background-color: #525FBB;
}
</style>
border-color css
<style>
span { border-color: #525FBB; }
span { border-color: rgb(82,95,187); }
td.TdClassName
{
border-color: #525FBB;
}
.TagClassName
{
border-color: #525FBB;
}
</style>