Shades of Rich Blue #5045B6
Tints of Rich Blue #5045B6
RGB
CMYK
RGB Variations
Color information
#5045B6 (or 0x5045B6) is known color: Rich Blue. HEX triplet: 50, 45 and B6. RGB value is (80,69,182). Sum of RGB (Red+Green+Blue) = 80+69+182=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #5045B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5045B6 is #AFBA49. Grayscale: #545454. Windows color (decimal): -11516490 or 11945296. OLE color: 11945296.
HSL color Cylindrical-coordinate representation of color #5045B6: hue angle of 245.84º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5045B6 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 69 | 182 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.29 |
| HSL | 245.84º | 0.45% | 0.49% | - |
| HSV(B) | 245.84º | 0.62% | 0.71% | - |
| XYZ | 13.88 | 9.34 | 45.33 | - |
| YUV | 85.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 182 | 0.56 | 0.62 | 0 | 0.29 | 245.84 | 0.45 | 0.49 |
| Hex | 50 | 45 | B6 | 38 | 3E | 0 | 1D | F6 | 2D | 31 |
| Octal | 120 | 105 | 266 | 70 | 76 | 0 | 35 | 366 | 55 | 61 |
| Binary | 1010000 | 1000101 | 10110110 | 111000 | 111110 | 0 | 11101 | 11110110 | 101101 | 110001 |
Color Harmonies of #5045B6
Complementary color
Monochromatic Colors of #5045B6
Black with #5045B6
Text Example
Text Example
White with #5045B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5045B6; }
p { color: rgb(80,69,182); }
H1.HeaderClassName
{
color: #5045B6;
}
.AnyTagClassName
{
color: #5045B6;
}
</style>
background-color css
<style>
a { background-color: #5045B6; }
a { background-color: rgb(80,69,182); }
div.DivClassName
{
background-color: #5045B6;
}
.BgClassName
{
background-color: #5045B6;
}
</style>
border-color css
<style>
span { border-color: #5045B6; }
span { border-color: rgb(80,69,182); }
td.TdClassName
{
border-color: #5045B6;
}
.TagClassName
{
border-color: #5045B6;
}
</style>