Shades of Rich Blue #525CBA
Tints of Rich Blue #525CBA
RGB
CMYK
RGB Variations
Color information
#525CBA (or 0x525CBA) is known color: Rich Blue. HEX triplet: 52, 5C and BA. RGB value is (82,92,186). Sum of RGB (Red+Green+Blue) = 82+92+186=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #525CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CBA is #ADA345. Grayscale: #636363. Windows color (decimal): -11379526 or 12213330. OLE color: 12213330.
HSL color Cylindrical-coordinate representation of color #525CBA: hue angle of 234.23º degrees, saturation: 0.43, 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 #525CBA is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 92 | 186 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.27 |
| HSL | 234.23º | 0.43% | 0.53% | - |
| HSV(B) | 234.23º | 0.56% | 0.73% | - |
| XYZ | 16.17 | 12.99 | 48.11 | - |
| YUV | 99.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 186 | 0.56 | 0.51 | 0 | 0.27 | 234.23 | 0.43 | 0.53 |
| Hex | 52 | 5C | BA | 38 | 33 | 0 | 1B | EA | 2B | 35 |
| Octal | 122 | 134 | 272 | 70 | 63 | 0 | 33 | 352 | 53 | 65 |
| Binary | 1010010 | 1011100 | 10111010 | 111000 | 110011 | 0 | 11011 | 11101010 | 101011 | 110101 |
Color Harmonies of #525CBA
Complementary color
Monochromatic Colors of #525CBA
Black with #525CBA
Text Example
Text Example
White with #525CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525CBA; }
p { color: rgb(82,92,186); }
H1.HeaderClassName
{
color: #525CBA;
}
.AnyTagClassName
{
color: #525CBA;
}
</style>
background-color css
<style>
a { background-color: #525CBA; }
a { background-color: rgb(82,92,186); }
div.DivClassName
{
background-color: #525CBA;
}
.BgClassName
{
background-color: #525CBA;
}
</style>
border-color css
<style>
span { border-color: #525CBA; }
span { border-color: rgb(82,92,186); }
td.TdClassName
{
border-color: #525CBA;
}
.TagClassName
{
border-color: #525CBA;
}
</style>