Shades of Rich Blue #5949B3
Tints of Rich Blue #5949B3
RGB
CMYK
RGB Variations
Color information
#5949B3 (or 0x5949B3) is known color: Rich Blue. HEX triplet: 59, 49 and B3. RGB value is (89,73,179). Sum of RGB (Red+Green+Blue) = 89+73+179=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #5949B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5949B3 is #A6B64C. Grayscale: #595959. Windows color (decimal): -10925645 or 11749721. OLE color: 11749721.
HSL color Cylindrical-coordinate representation of color #5949B3: hue angle of 249.06º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5949B3 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 73 | 179 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.30 |
| HSL | 249.06º | 0.42% | 0.49% | - |
| HSV(B) | 249.06º | 0.59% | 0.7% | - |
| XYZ | 14.64 | 10.14 | 43.83 | - |
| YUV | 89.87 | 178.3 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 179 | 0.50 | 0.59 | 0 | 0.30 | 249.06 | 0.42 | 0.49 |
| Hex | 59 | 49 | B3 | 32 | 3B | 0 | 1E | F9 | 2A | 31 |
| Octal | 131 | 111 | 263 | 62 | 73 | 0 | 36 | 371 | 52 | 61 |
| Binary | 1011001 | 1001001 | 10110011 | 110010 | 111011 | 0 | 11110 | 11111001 | 101010 | 110001 |
Color Harmonies of #5949B3
Complementary color
Monochromatic Colors of #5949B3
Black with #5949B3
Text Example
Text Example
White with #5949B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5949B3; }
p { color: rgb(89,73,179); }
H1.HeaderClassName
{
color: #5949B3;
}
.AnyTagClassName
{
color: #5949B3;
}
</style>
background-color css
<style>
a { background-color: #5949B3; }
a { background-color: rgb(89,73,179); }
div.DivClassName
{
background-color: #5949B3;
}
.BgClassName
{
background-color: #5949B3;
}
</style>
border-color css
<style>
span { border-color: #5949B3; }
span { border-color: rgb(89,73,179); }
td.TdClassName
{
border-color: #5949B3;
}
.TagClassName
{
border-color: #5949B3;
}
</style>