Shades of Rich Blue #525BBA
Tints of Rich Blue #525BBA
RGB
CMYK
RGB Variations
Color information
#525BBA (or 0x525BBA) is known color: Rich Blue. HEX triplet: 52, 5B and BA. RGB value is (82,91,186). Sum of RGB (Red+Green+Blue) = 82+91+186=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #525BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BBA is #ADA445. Grayscale: #626262. Windows color (decimal): -11379782 or 12213074. OLE color: 12213074.
HSL color Cylindrical-coordinate representation of color #525BBA: hue angle of 234.81º 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 #525BBA is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 91 | 186 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.27 |
| HSL | 234.81º | 0.43% | 0.53% | - |
| HSV(B) | 234.81º | 0.56% | 0.73% | - |
| XYZ | 16.08 | 12.82 | 48.08 | - |
| YUV | 99.14 | 177.02 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 186 | 0.56 | 0.51 | 0 | 0.27 | 234.81 | 0.43 | 0.53 |
| Hex | 52 | 5B | BA | 38 | 33 | 0 | 1B | EB | 2B | 35 |
| Octal | 122 | 133 | 272 | 70 | 63 | 0 | 33 | 353 | 53 | 65 |
| Binary | 1010010 | 1011011 | 10111010 | 111000 | 110011 | 0 | 11011 | 11101011 | 101011 | 110101 |
Color Harmonies of #525BBA
Complementary color
Monochromatic Colors of #525BBA
Black with #525BBA
Text Example
Text Example
White with #525BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525BBA; }
p { color: rgb(82,91,186); }
H1.HeaderClassName
{
color: #525BBA;
}
.AnyTagClassName
{
color: #525BBA;
}
</style>
background-color css
<style>
a { background-color: #525BBA; }
a { background-color: rgb(82,91,186); }
div.DivClassName
{
background-color: #525BBA;
}
.BgClassName
{
background-color: #525BBA;
}
</style>
border-color css
<style>
span { border-color: #525BBA; }
span { border-color: rgb(82,91,186); }
td.TdClassName
{
border-color: #525BBA;
}
.TagClassName
{
border-color: #525BBA;
}
</style>