Shades of Rich Blue #525BBC
Tints of Rich Blue #525BBC
RGB
CMYK
RGB Variations
Color information
#525BBC (or 0x525BBC) is known color: Rich Blue. HEX triplet: 52, 5B and BC. RGB value is (82,91,188). Sum of RGB (Red+Green+Blue) = 82+91+188=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #525BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BBC is #ADA443. Grayscale: #626262. Windows color (decimal): -11379780 or 12344146. OLE color: 12344146.
HSL color Cylindrical-coordinate representation of color #525BBC: hue angle of 234.91º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #525BBC is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 91 | 188 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.26 |
| HSL | 234.91º | 0.44% | 0.53% | - |
| HSV(B) | 234.91º | 0.56% | 0.74% | - |
| XYZ | 16.3 | 12.91 | 49.21 | - |
| YUV | 99.37 | 178.02 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 188 | 0.56 | 0.52 | 0 | 0.26 | 234.91 | 0.44 | 0.53 |
| Hex | 52 | 5B | BC | 38 | 34 | 0 | 1A | EB | 2C | 35 |
| Octal | 122 | 133 | 274 | 70 | 64 | 0 | 32 | 353 | 54 | 65 |
| Binary | 1010010 | 1011011 | 10111100 | 111000 | 110100 | 0 | 11010 | 11101011 | 101100 | 110101 |
Color Harmonies of #525BBC
Complementary color
Monochromatic Colors of #525BBC
Black with #525BBC
Text Example
Text Example
White with #525BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525BBC; }
p { color: rgb(82,91,188); }
H1.HeaderClassName
{
color: #525BBC;
}
.AnyTagClassName
{
color: #525BBC;
}
</style>
background-color css
<style>
a { background-color: #525BBC; }
a { background-color: rgb(82,91,188); }
div.DivClassName
{
background-color: #525BBC;
}
.BgClassName
{
background-color: #525BBC;
}
</style>
border-color css
<style>
span { border-color: #525BBC; }
span { border-color: rgb(82,91,188); }
td.TdClassName
{
border-color: #525BBC;
}
.TagClassName
{
border-color: #525BBC;
}
</style>