Shades of Rich Blue #574DB6
Tints of Rich Blue #574DB6
RGB
CMYK
RGB Variations
Color information
#574DB6 (or 0x574DB6) is known color: Rich Blue. HEX triplet: 57, 4D and B6. RGB value is (87,77,182). Sum of RGB (Red+Green+Blue) = 87+77+182=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #574DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DB6 is #A8B249. Grayscale: #5B5B5B. Windows color (decimal): -11055690 or 11947351. OLE color: 11947351.
HSL color Cylindrical-coordinate representation of color #574DB6: hue angle of 245.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #574DB6 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 77 | 182 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.29 |
| HSL | 245.71º | 0.42% | 0.51% | - |
| HSV(B) | 245.71º | 0.58% | 0.71% | - |
| XYZ | 15.03 | 10.71 | 45.53 | - |
| YUV | 91.96 | 178.81 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 182 | 0.52 | 0.58 | 0 | 0.29 | 245.71 | 0.42 | 0.51 |
| Hex | 57 | 4D | B6 | 34 | 3A | 0 | 1D | F6 | 2A | 33 |
| Octal | 127 | 115 | 266 | 64 | 72 | 0 | 35 | 366 | 52 | 63 |
| Binary | 1010111 | 1001101 | 10110110 | 110100 | 111010 | 0 | 11101 | 11110110 | 101010 | 110011 |
Color Harmonies of #574DB6
Complementary color
Monochromatic Colors of #574DB6
Black with #574DB6
Text Example
Text Example
White with #574DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574DB6; }
p { color: rgb(87,77,182); }
H1.HeaderClassName
{
color: #574DB6;
}
.AnyTagClassName
{
color: #574DB6;
}
</style>
background-color css
<style>
a { background-color: #574DB6; }
a { background-color: rgb(87,77,182); }
div.DivClassName
{
background-color: #574DB6;
}
.BgClassName
{
background-color: #574DB6;
}
</style>
border-color css
<style>
span { border-color: #574DB6; }
span { border-color: rgb(87,77,182); }
td.TdClassName
{
border-color: #574DB6;
}
.TagClassName
{
border-color: #574DB6;
}
</style>