Shades of Rich Blue #525BB7
Tints of Rich Blue #525BB7
RGB
CMYK
RGB Variations
Color information
#525BB7 (or 0x525BB7) is known color: Rich Blue. HEX triplet: 52, 5B and B7. RGB value is (82,91,183). Sum of RGB (Red+Green+Blue) = 82+91+183=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #525BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BB7 is #ADA448. Grayscale: #626262. Windows color (decimal): -11379785 or 12016466. OLE color: 12016466.
HSL color Cylindrical-coordinate representation of color #525BB7: hue angle of 234.65º 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 #525BB7 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 91 | 183 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.28 |
| HSL | 234.65º | 0.41% | 0.52% | - |
| HSV(B) | 234.65º | 0.55% | 0.72% | - |
| XYZ | 15.77 | 12.69 | 46.42 | - |
| YUV | 98.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 183 | 0.55 | 0.50 | 0 | 0.28 | 234.65 | 0.41 | 0.52 |
| Hex | 52 | 5B | B7 | 37 | 32 | 0 | 1C | EB | 29 | 34 |
| Octal | 122 | 133 | 267 | 67 | 62 | 0 | 34 | 353 | 51 | 64 |
| Binary | 1010010 | 1011011 | 10110111 | 110111 | 110010 | 0 | 11100 | 11101011 | 101001 | 110100 |
Color Harmonies of #525BB7
Complementary color
Monochromatic Colors of #525BB7
Black with #525BB7
Text Example
Text Example
White with #525BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525BB7; }
p { color: rgb(82,91,183); }
H1.HeaderClassName
{
color: #525BB7;
}
.AnyTagClassName
{
color: #525BB7;
}
</style>
background-color css
<style>
a { background-color: #525BB7; }
a { background-color: rgb(82,91,183); }
div.DivClassName
{
background-color: #525BB7;
}
.BgClassName
{
background-color: #525BB7;
}
</style>
border-color css
<style>
span { border-color: #525BB7; }
span { border-color: rgb(82,91,183); }
td.TdClassName
{
border-color: #525BB7;
}
.TagClassName
{
border-color: #525BB7;
}
</style>