Shades of Rich Blue #5753BF
Tints of Rich Blue #5753BF
RGB
CMYK
RGB Variations
Color information
#5753BF (or 0x5753BF) is known color: Rich Blue. HEX triplet: 57, 53 and BF. RGB value is (87,83,191). Sum of RGB (Red+Green+Blue) = 87+83+191=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #5753BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5753BF is #A8AC40. Grayscale: #606060. Windows color (decimal): -11054145 or 12538711. OLE color: 12538711.
HSL color Cylindrical-coordinate representation of color #5753BF: hue angle of 242.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5753BF is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 83 | 191 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.25 |
| HSL | 242.22º | 0.46% | 0.54% | - |
| HSV(B) | 242.22º | 0.57% | 0.75% | - |
| XYZ | 16.43 | 11.97 | 50.74 | - |
| YUV | 96.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 191 | 0.54 | 0.57 | 0 | 0.25 | 242.22 | 0.46 | 0.54 |
| Hex | 57 | 53 | BF | 36 | 39 | 0 | 19 | F2 | 2E | 36 |
| Octal | 127 | 123 | 277 | 66 | 71 | 0 | 31 | 362 | 56 | 66 |
| Binary | 1010111 | 1010011 | 10111111 | 110110 | 111001 | 0 | 11001 | 11110010 | 101110 | 110110 |
Color Harmonies of #5753BF
Complementary color
Monochromatic Colors of #5753BF
Black with #5753BF
Text Example
Text Example
White with #5753BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5753BF; }
p { color: rgb(87,83,191); }
H1.HeaderClassName
{
color: #5753BF;
}
.AnyTagClassName
{
color: #5753BF;
}
</style>
background-color css
<style>
a { background-color: #5753BF; }
a { background-color: rgb(87,83,191); }
div.DivClassName
{
background-color: #5753BF;
}
.BgClassName
{
background-color: #5753BF;
}
</style>
border-color css
<style>
span { border-color: #5753BF; }
span { border-color: rgb(87,83,191); }
td.TdClassName
{
border-color: #5753BF;
}
.TagClassName
{
border-color: #5753BF;
}
</style>