Shades of Rich Blue #574CB5
Tints of Rich Blue #574CB5
RGB
CMYK
RGB Variations
Color information
#574CB5 (or 0x574CB5) is known color: Rich Blue. HEX triplet: 57, 4C and B5. RGB value is (87,76,181). Sum of RGB (Red+Green+Blue) = 87+76+181=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 181 (71.09% from 255 or 52.62% from 344); Max value from RGB is 181 - color contains mainly: blue. Hex color #574CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CB5 is #A8B34A. Grayscale: #5A5A5A. Windows color (decimal): -11055947 or 11881559. OLE color: 11881559.
HSL color Cylindrical-coordinate representation of color #574CB5: hue angle of 246.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #574CB5 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 76 | 181 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.29 |
| HSL | 246.29º | 0.42% | 0.5% | - |
| HSV(B) | 246.29º | 0.58% | 0.71% | - |
| XYZ | 14.86 | 10.53 | 44.97 | - |
| YUV | 91.26 | 178.64 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 181 | 0.52 | 0.58 | 0 | 0.29 | 246.29 | 0.42 | 0.5 |
| Hex | 57 | 4C | B5 | 34 | 3A | 0 | 1D | F6 | 2A | 32 |
| Octal | 127 | 114 | 265 | 64 | 72 | 0 | 35 | 366 | 52 | 62 |
| Binary | 1010111 | 1001100 | 10110101 | 110100 | 111010 | 0 | 11101 | 11110110 | 101010 | 110010 |
Color Harmonies of #574CB5
Complementary color
Monochromatic Colors of #574CB5
Black with #574CB5
Text Example
Text Example
White with #574CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CB5; }
p { color: rgb(87,76,181); }
H1.HeaderClassName
{
color: #574CB5;
}
.AnyTagClassName
{
color: #574CB5;
}
</style>
background-color css
<style>
a { background-color: #574CB5; }
a { background-color: rgb(87,76,181); }
div.DivClassName
{
background-color: #574CB5;
}
.BgClassName
{
background-color: #574CB5;
}
</style>
border-color css
<style>
span { border-color: #574CB5; }
span { border-color: rgb(87,76,181); }
td.TdClassName
{
border-color: #574CB5;
}
.TagClassName
{
border-color: #574CB5;
}
</style>