Shades of Rich Blue #574DBD
Tints of Rich Blue #574DBD
RGB
CMYK
RGB Variations
Color information
#574DBD (or 0x574DBD) is known color: Rich Blue. HEX triplet: 57, 4D and BD. RGB value is (87,77,189). Sum of RGB (Red+Green+Blue) = 87+77+189=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #574DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DBD is #A8B242. Grayscale: #5C5C5C. Windows color (decimal): -11055683 or 12406103. OLE color: 12406103.
HSL color Cylindrical-coordinate representation of color #574DBD: hue angle of 245.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #574DBD is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 77 | 189 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.26 |
| HSL | 245.36º | 0.46% | 0.52% | - |
| HSV(B) | 245.36º | 0.59% | 0.74% | - |
| XYZ | 15.77 | 11.01 | 49.44 | - |
| YUV | 92.76 | 182.31 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 189 | 0.54 | 0.59 | 0 | 0.26 | 245.36 | 0.46 | 0.52 |
| Hex | 57 | 4D | BD | 36 | 3B | 0 | 1A | F5 | 2E | 34 |
| Octal | 127 | 115 | 275 | 66 | 73 | 0 | 32 | 365 | 56 | 64 |
| Binary | 1010111 | 1001101 | 10111101 | 110110 | 111011 | 0 | 11010 | 11110101 | 101110 | 110100 |
Color Harmonies of #574DBD
Complementary color
Monochromatic Colors of #574DBD
Black with #574DBD
Text Example
Text Example
White with #574DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574DBD; }
p { color: rgb(87,77,189); }
H1.HeaderClassName
{
color: #574DBD;
}
.AnyTagClassName
{
color: #574DBD;
}
</style>
background-color css
<style>
a { background-color: #574DBD; }
a { background-color: rgb(87,77,189); }
div.DivClassName
{
background-color: #574DBD;
}
.BgClassName
{
background-color: #574DBD;
}
</style>
border-color css
<style>
span { border-color: #574DBD; }
span { border-color: rgb(87,77,189); }
td.TdClassName
{
border-color: #574DBD;
}
.TagClassName
{
border-color: #574DBD;
}
</style>