Shades of Rich Blue #505FB4
Tints of Rich Blue #505FB4
RGB
CMYK
RGB Variations
Color information
#505FB4 (or 0x505FB4) is known color: Rich Blue. HEX triplet: 50, 5F and B4. RGB value is (80,95,180). Sum of RGB (Red+Green+Blue) = 80+95+180=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #505FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505FB4 is #AFA04B. Grayscale: #636363. Windows color (decimal): -11509836 or 11820880. OLE color: 11820880.
HSL color Cylindrical-coordinate representation of color #505FB4: hue angle of 231º 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 #505FB4 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 95 | 180 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.29 |
| HSL | 231º | 0.4% | 0.51% | - |
| HSV(B) | 231º | 0.56% | 0.71% | - |
| XYZ | 15.64 | 13.19 | 44.9 | - |
| YUV | 100.21 | 173.03 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 95 | 180 | 0.56 | 0.47 | 0 | 0.29 | 231 | 0.4 | 0.51 |
| Hex | 50 | 5F | B4 | 38 | 2F | 0 | 1D | E7 | 28 | 33 |
| Octal | 120 | 137 | 264 | 70 | 57 | 0 | 35 | 347 | 50 | 63 |
| Binary | 1010000 | 1011111 | 10110100 | 111000 | 101111 | 0 | 11101 | 11100111 | 101000 | 110011 |
Color Harmonies of #505FB4
Complementary color
Monochromatic Colors of #505FB4
Black with #505FB4
Text Example
Text Example
White with #505FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505FB4; }
p { color: rgb(80,95,180); }
H1.HeaderClassName
{
color: #505FB4;
}
.AnyTagClassName
{
color: #505FB4;
}
</style>
background-color css
<style>
a { background-color: #505FB4; }
a { background-color: rgb(80,95,180); }
div.DivClassName
{
background-color: #505FB4;
}
.BgClassName
{
background-color: #505FB4;
}
</style>
border-color css
<style>
span { border-color: #505FB4; }
span { border-color: rgb(80,95,180); }
td.TdClassName
{
border-color: #505FB4;
}
.TagClassName
{
border-color: #505FB4;
}
</style>