Shades of Rich Blue #525AB3
Tints of Rich Blue #525AB3
RGB
CMYK
RGB Variations
Color information
#525AB3 (or 0x525AB3) is known color: Rich Blue. HEX triplet: 52, 5A and B3. RGB value is (82,90,179). Sum of RGB (Red+Green+Blue) = 82+90+179=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #525AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525AB3 is #ADA54C. Grayscale: #616161. Windows color (decimal): -11380045 or 11754066. OLE color: 11754066.
HSL color Cylindrical-coordinate representation of color #525AB3: hue angle of 235.05º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #525AB3 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 90 | 179 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.30 |
| HSL | 235.05º | 0.39% | 0.51% | - |
| HSV(B) | 235.05º | 0.54% | 0.7% | - |
| XYZ | 15.27 | 12.36 | 44.23 | - |
| YUV | 97.75 | 173.85 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 179 | 0.54 | 0.50 | 0 | 0.30 | 235.05 | 0.39 | 0.51 |
| Hex | 52 | 5A | B3 | 36 | 32 | 0 | 1E | EB | 27 | 33 |
| Octal | 122 | 132 | 263 | 66 | 62 | 0 | 36 | 353 | 47 | 63 |
| Binary | 1010010 | 1011010 | 10110011 | 110110 | 110010 | 0 | 11110 | 11101011 | 100111 | 110011 |
Color Harmonies of #525AB3
Complementary color
Monochromatic Colors of #525AB3
Black with #525AB3
Text Example
Text Example
White with #525AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525AB3; }
p { color: rgb(82,90,179); }
H1.HeaderClassName
{
color: #525AB3;
}
.AnyTagClassName
{
color: #525AB3;
}
</style>
background-color css
<style>
a { background-color: #525AB3; }
a { background-color: rgb(82,90,179); }
div.DivClassName
{
background-color: #525AB3;
}
.BgClassName
{
background-color: #525AB3;
}
</style>
border-color css
<style>
span { border-color: #525AB3; }
span { border-color: rgb(82,90,179); }
td.TdClassName
{
border-color: #525AB3;
}
.TagClassName
{
border-color: #525AB3;
}
</style>