Shades of Rich Blue #5241BF
Tints of Rich Blue #5241BF
RGB
CMYK
RGB Variations
Color information
#5241BF (or 0x5241BF) is known color: Rich Blue. HEX triplet: 52, 41 and BF. RGB value is (82,65,191). Sum of RGB (Red+Green+Blue) = 82+65+191=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #5241BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5241BF is #ADBE40. Grayscale: #535353. Windows color (decimal): -11386433 or 12534098. OLE color: 12534098.
HSL color Cylindrical-coordinate representation of color #5241BF: hue angle of 248.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5241BF is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 65 | 191 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.25 |
| HSL | 248.1º | 0.5% | 0.5% | - |
| HSV(B) | 248.1º | 0.66% | 0.75% | - |
| XYZ | 14.77 | 9.34 | 50.31 | - |
| YUV | 84.45 | 188.13 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 191 | 0.57 | 0.66 | 0 | 0.25 | 248.1 | 0.5 | 0.5 |
| Hex | 52 | 41 | BF | 39 | 42 | 0 | 19 | F8 | 32 | 32 |
| Octal | 122 | 101 | 277 | 71 | 102 | 0 | 31 | 370 | 62 | 62 |
| Binary | 1010010 | 1000001 | 10111111 | 111001 | 1000010 | 0 | 11001 | 11111000 | 110010 | 110010 |
Color Harmonies of #5241BF
Complementary color
Monochromatic Colors of #5241BF
Black with #5241BF
Text Example
Text Example
White with #5241BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5241BF; }
p { color: rgb(82,65,191); }
H1.HeaderClassName
{
color: #5241BF;
}
.AnyTagClassName
{
color: #5241BF;
}
</style>
background-color css
<style>
a { background-color: #5241BF; }
a { background-color: rgb(82,65,191); }
div.DivClassName
{
background-color: #5241BF;
}
.BgClassName
{
background-color: #5241BF;
}
</style>
border-color css
<style>
span { border-color: #5241BF; }
span { border-color: rgb(82,65,191); }
td.TdClassName
{
border-color: #5241BF;
}
.TagClassName
{
border-color: #5241BF;
}
</style>