Shades of Rich Blue #525ABB
Tints of Rich Blue #525ABB
RGB
CMYK
RGB Variations
Color information
#525ABB (or 0x525ABB) is known color: Rich Blue. HEX triplet: 52, 5A and BB. RGB value is (82,90,187). Sum of RGB (Red+Green+Blue) = 82+90+187=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #525ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ABB is #ADA544. Grayscale: #626262. Windows color (decimal): -11380037 or 12278354. OLE color: 12278354.
HSL color Cylindrical-coordinate representation of color #525ABB: hue angle of 235.43º 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 #525ABB is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 90 | 187 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.27 |
| HSL | 235.43º | 0.44% | 0.53% | - |
| HSV(B) | 235.43º | 0.56% | 0.73% | - |
| XYZ | 16.11 | 12.69 | 48.62 | - |
| YUV | 98.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 187 | 0.56 | 0.52 | 0 | 0.27 | 235.43 | 0.44 | 0.53 |
| Hex | 52 | 5A | BB | 38 | 34 | 0 | 1B | EB | 2C | 35 |
| Octal | 122 | 132 | 273 | 70 | 64 | 0 | 33 | 353 | 54 | 65 |
| Binary | 1010010 | 1011010 | 10111011 | 111000 | 110100 | 0 | 11011 | 11101011 | 101100 | 110101 |
Color Harmonies of #525ABB
Complementary color
Monochromatic Colors of #525ABB
Black with #525ABB
Text Example
Text Example
White with #525ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525ABB; }
p { color: rgb(82,90,187); }
H1.HeaderClassName
{
color: #525ABB;
}
.AnyTagClassName
{
color: #525ABB;
}
</style>
background-color css
<style>
a { background-color: #525ABB; }
a { background-color: rgb(82,90,187); }
div.DivClassName
{
background-color: #525ABB;
}
.BgClassName
{
background-color: #525ABB;
}
</style>
border-color css
<style>
span { border-color: #525ABB; }
span { border-color: rgb(82,90,187); }
td.TdClassName
{
border-color: #525ABB;
}
.TagClassName
{
border-color: #525ABB;
}
</style>