Shades of Rich Blue #5753C1
Tints of Rich Blue #5753C1
RGB
CMYK
RGB Variations
Color information
#5753C1 (or 0x5753C1) is known color: Rich Blue. HEX triplet: 57, 53 and C1. RGB value is (87,83,193). Sum of RGB (Red+Green+Blue) = 87+83+193=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #5753C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5753C1 is #A8AC3E. Grayscale: #606060. Windows color (decimal): -11054143 or 12669783. OLE color: 12669783.
HSL color Cylindrical-coordinate representation of color #5753C1: hue angle of 242.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5753C1 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 83 | 193 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.24 |
| HSL | 242.18º | 0.47% | 0.54% | - |
| HSV(B) | 242.18º | 0.57% | 0.76% | - |
| XYZ | 16.65 | 12.06 | 51.9 | - |
| YUV | 96.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 193 | 0.55 | 0.57 | 0 | 0.24 | 242.18 | 0.47 | 0.54 |
| Hex | 57 | 53 | C1 | 37 | 39 | 0 | 18 | F2 | 2F | 36 |
| Octal | 127 | 123 | 301 | 67 | 71 | 0 | 30 | 362 | 57 | 66 |
| Binary | 1010111 | 1010011 | 11000001 | 110111 | 111001 | 0 | 11000 | 11110010 | 101111 | 110110 |
Color Harmonies of #5753C1
Complementary color
Monochromatic Colors of #5753C1
Black with #5753C1
Text Example
Text Example
White with #5753C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5753C1; }
p { color: rgb(87,83,193); }
H1.HeaderClassName
{
color: #5753C1;
}
.AnyTagClassName
{
color: #5753C1;
}
</style>
background-color css
<style>
a { background-color: #5753C1; }
a { background-color: rgb(87,83,193); }
div.DivClassName
{
background-color: #5753C1;
}
.BgClassName
{
background-color: #5753C1;
}
</style>
border-color css
<style>
span { border-color: #5753C1; }
span { border-color: rgb(87,83,193); }
td.TdClassName
{
border-color: #5753C1;
}
.TagClassName
{
border-color: #5753C1;
}
</style>