Shades of Rich Blue #5759B3
Tints of Rich Blue #5759B3
RGB
CMYK
RGB Variations
Color information
#5759B3 (or 0x5759B3) is known color: Rich Blue. HEX triplet: 57, 59 and B3. RGB value is (87,89,179). Sum of RGB (Red+Green+Blue) = 87+89+179=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #5759B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5759B3 is #A8A64C. Grayscale: #626262. Windows color (decimal): -11052621 or 11753815. OLE color: 11753815.
HSL color Cylindrical-coordinate representation of color #5759B3: hue angle of 238.7º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5759B3 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 87 | 89 | 179 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.30 |
| HSL | 238.7º | 0.38% | 0.52% | - |
| HSV(B) | 238.7º | 0.51% | 0.7% | - |
| XYZ | 15.64 | 12.43 | 44.22 | - |
| YUV | 98.66 | 173.34 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 179 | 0.51 | 0.50 | 0 | 0.30 | 238.7 | 0.38 | 0.52 |
| Hex | 57 | 59 | B3 | 33 | 32 | 0 | 1E | EF | 26 | 34 |
| Octal | 127 | 131 | 263 | 63 | 62 | 0 | 36 | 357 | 46 | 64 |
| Binary | 1010111 | 1011001 | 10110011 | 110011 | 110010 | 0 | 11110 | 11101111 | 100110 | 110100 |
Color Harmonies of #5759B3
Complementary color
Monochromatic Colors of #5759B3
Black with #5759B3
Text Example
Text Example
White with #5759B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5759B3; }
p { color: rgb(87,89,179); }
H1.HeaderClassName
{
color: #5759B3;
}
.AnyTagClassName
{
color: #5759B3;
}
</style>
background-color css
<style>
a { background-color: #5759B3; }
a { background-color: rgb(87,89,179); }
div.DivClassName
{
background-color: #5759B3;
}
.BgClassName
{
background-color: #5759B3;
}
</style>
border-color css
<style>
span { border-color: #5759B3; }
span { border-color: rgb(87,89,179); }
td.TdClassName
{
border-color: #5759B3;
}
.TagClassName
{
border-color: #5759B3;
}
</style>