Shades of Rich Blue #574DBF
Tints of Rich Blue #574DBF
RGB
CMYK
RGB Variations
Color information
#574DBF (or 0x574DBF) is known color: Rich Blue. HEX triplet: 57, 4D and BF. RGB value is (87,77,191). Sum of RGB (Red+Green+Blue) = 87+77+191=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #574DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DBF is #A8B240. Grayscale: #5C5C5C. Windows color (decimal): -11055681 or 12537175. OLE color: 12537175.
HSL color Cylindrical-coordinate representation of color #574DBF: hue angle of 245.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #574DBF is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 77 | 191 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.25 |
| HSL | 245.26º | 0.47% | 0.53% | - |
| HSV(B) | 245.26º | 0.6% | 0.75% | - |
| XYZ | 15.99 | 11.1 | 50.59 | - |
| YUV | 92.99 | 183.31 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 191 | 0.54 | 0.60 | 0 | 0.25 | 245.26 | 0.47 | 0.53 |
| Hex | 57 | 4D | BF | 36 | 3C | 0 | 19 | F5 | 2F | 35 |
| Octal | 127 | 115 | 277 | 66 | 74 | 0 | 31 | 365 | 57 | 65 |
| Binary | 1010111 | 1001101 | 10111111 | 110110 | 111100 | 0 | 11001 | 11110101 | 101111 | 110101 |
Color Harmonies of #574DBF
Complementary color
Monochromatic Colors of #574DBF
Black with #574DBF
Text Example
Text Example
White with #574DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574DBF; }
p { color: rgb(87,77,191); }
H1.HeaderClassName
{
color: #574DBF;
}
.AnyTagClassName
{
color: #574DBF;
}
</style>
background-color css
<style>
a { background-color: #574DBF; }
a { background-color: rgb(87,77,191); }
div.DivClassName
{
background-color: #574DBF;
}
.BgClassName
{
background-color: #574DBF;
}
</style>
border-color css
<style>
span { border-color: #574DBF; }
span { border-color: rgb(87,77,191); }
td.TdClassName
{
border-color: #574DBF;
}
.TagClassName
{
border-color: #574DBF;
}
</style>