Shades of Rich Blue #525FB7
Tints of Rich Blue #525FB7
RGB
CMYK
RGB Variations
Color information
#525FB7 (or 0x525FB7) is known color: Rich Blue. HEX triplet: 52, 5F and B7. RGB value is (82,95,183). Sum of RGB (Red+Green+Blue) = 82+95+183=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #525FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FB7 is #ADA048. Grayscale: #646464. Windows color (decimal): -11378761 or 12017490. OLE color: 12017490.
HSL color Cylindrical-coordinate representation of color #525FB7: hue angle of 232.28º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #525FB7 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 95 | 183 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.28 |
| HSL | 232.28º | 0.41% | 0.52% | - |
| HSV(B) | 232.28º | 0.55% | 0.72% | - |
| XYZ | 16.12 | 13.4 | 46.54 | - |
| YUV | 101.15 | 174.19 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 183 | 0.55 | 0.48 | 0 | 0.28 | 232.28 | 0.41 | 0.52 |
| Hex | 52 | 5F | B7 | 37 | 30 | 0 | 1C | E8 | 29 | 34 |
| Octal | 122 | 137 | 267 | 67 | 60 | 0 | 34 | 350 | 51 | 64 |
| Binary | 1010010 | 1011111 | 10110111 | 110111 | 110000 | 0 | 11100 | 11101000 | 101001 | 110100 |
Color Harmonies of #525FB7
Complementary color
Monochromatic Colors of #525FB7
Black with #525FB7
Text Example
Text Example
White with #525FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525FB7; }
p { color: rgb(82,95,183); }
H1.HeaderClassName
{
color: #525FB7;
}
.AnyTagClassName
{
color: #525FB7;
}
</style>
background-color css
<style>
a { background-color: #525FB7; }
a { background-color: rgb(82,95,183); }
div.DivClassName
{
background-color: #525FB7;
}
.BgClassName
{
background-color: #525FB7;
}
</style>
border-color css
<style>
span { border-color: #525FB7; }
span { border-color: rgb(82,95,183); }
td.TdClassName
{
border-color: #525FB7;
}
.TagClassName
{
border-color: #525FB7;
}
</style>