Shades of Rich Blue #5250B4
Tints of Rich Blue #5250B4
RGB
CMYK
RGB Variations
Color information
#5250B4 (or 0x5250B4) is known color: Rich Blue. HEX triplet: 52, 50 and B4. RGB value is (82,80,180). Sum of RGB (Red+Green+Blue) = 82+80+180=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #5250B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5250B4 is #ADAF4B. Grayscale: #5B5B5B. Windows color (decimal): -11382604 or 11817042. OLE color: 11817042.
HSL color Cylindrical-coordinate representation of color #5250B4: hue angle of 241.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5250B4 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 80 | 180 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.29 |
| HSL | 241.2º | 0.4% | 0.51% | - |
| HSV(B) | 241.2º | 0.56% | 0.71% | - |
| XYZ | 14.59 | 10.83 | 44.5 | - |
| YUV | 92 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 180 | 0.54 | 0.56 | 0 | 0.29 | 241.2 | 0.4 | 0.51 |
| Hex | 52 | 50 | B4 | 36 | 38 | 0 | 1D | F1 | 28 | 33 |
| Octal | 122 | 120 | 264 | 66 | 70 | 0 | 35 | 361 | 50 | 63 |
| Binary | 1010010 | 1010000 | 10110100 | 110110 | 111000 | 0 | 11101 | 11110001 | 101000 | 110011 |
Color Harmonies of #5250B4
Complementary color
Monochromatic Colors of #5250B4
Black with #5250B4
Text Example
Text Example
White with #5250B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5250B4; }
p { color: rgb(82,80,180); }
H1.HeaderClassName
{
color: #5250B4;
}
.AnyTagClassName
{
color: #5250B4;
}
</style>
background-color css
<style>
a { background-color: #5250B4; }
a { background-color: rgb(82,80,180); }
div.DivClassName
{
background-color: #5250B4;
}
.BgClassName
{
background-color: #5250B4;
}
</style>
border-color css
<style>
span { border-color: #5250B4; }
span { border-color: rgb(82,80,180); }
td.TdClassName
{
border-color: #5250B4;
}
.TagClassName
{
border-color: #5250B4;
}
</style>