Shades of Rich Blue #574CBF
Tints of Rich Blue #574CBF
RGB
CMYK
RGB Variations
Color information
#574CBF (or 0x574CBF) is known color: Rich Blue. HEX triplet: 57, 4C and BF. RGB value is (87,76,191). Sum of RGB (Red+Green+Blue) = 87+76+191=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #574CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CBF is #A8B340. Grayscale: #5B5B5B. Windows color (decimal): -11055937 or 12536919. OLE color: 12536919.
HSL color Cylindrical-coordinate representation of color #574CBF: hue angle of 245.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #574CBF is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 76 | 191 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.25 |
| HSL | 245.74º | 0.47% | 0.52% | - |
| HSV(B) | 245.74º | 0.6% | 0.75% | - |
| XYZ | 15.92 | 10.96 | 50.57 | - |
| YUV | 92.4 | 183.64 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 191 | 0.54 | 0.60 | 0 | 0.25 | 245.74 | 0.47 | 0.52 |
| Hex | 57 | 4C | BF | 36 | 3C | 0 | 19 | F6 | 2F | 34 |
| Octal | 127 | 114 | 277 | 66 | 74 | 0 | 31 | 366 | 57 | 64 |
| Binary | 1010111 | 1001100 | 10111111 | 110110 | 111100 | 0 | 11001 | 11110110 | 101111 | 110100 |
Color Harmonies of #574CBF
Complementary color
Monochromatic Colors of #574CBF
Black with #574CBF
Text Example
Text Example
White with #574CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CBF; }
p { color: rgb(87,76,191); }
H1.HeaderClassName
{
color: #574CBF;
}
.AnyTagClassName
{
color: #574CBF;
}
</style>
background-color css
<style>
a { background-color: #574CBF; }
a { background-color: rgb(87,76,191); }
div.DivClassName
{
background-color: #574CBF;
}
.BgClassName
{
background-color: #574CBF;
}
</style>
border-color css
<style>
span { border-color: #574CBF; }
span { border-color: rgb(87,76,191); }
td.TdClassName
{
border-color: #574CBF;
}
.TagClassName
{
border-color: #574CBF;
}
</style>