Shades of Rich Blue #574BC0
Tints of Rich Blue #574BC0
RGB
CMYK
RGB Variations
Color information
#574BC0 (or 0x574BC0) is known color: Rich Blue. HEX triplet: 57, 4B and C0. RGB value is (87,75,192). Sum of RGB (Red+Green+Blue) = 87+75+192=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #574BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BC0 is #A8B43F. Grayscale: #5B5B5B. Windows color (decimal): -11056192 or 12602199. OLE color: 12602199.
HSL color Cylindrical-coordinate representation of color #574BC0: hue angle of 246.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #574BC0 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 75 | 192 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.25 |
| HSL | 246.15º | 0.48% | 0.52% | - |
| HSV(B) | 246.15º | 0.61% | 0.75% | - |
| XYZ | 15.96 | 10.86 | 51.12 | - |
| YUV | 91.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 192 | 0.55 | 0.61 | 0 | 0.25 | 246.15 | 0.48 | 0.52 |
| Hex | 57 | 4B | C0 | 37 | 3D | 0 | 19 | F6 | 30 | 34 |
| Octal | 127 | 113 | 300 | 67 | 75 | 0 | 31 | 366 | 60 | 64 |
| Binary | 1010111 | 1001011 | 11000000 | 110111 | 111101 | 0 | 11001 | 11110110 | 110000 | 110100 |
Color Harmonies of #574BC0
Complementary color
Monochromatic Colors of #574BC0
Black with #574BC0
Text Example
Text Example
White with #574BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574BC0; }
p { color: rgb(87,75,192); }
H1.HeaderClassName
{
color: #574BC0;
}
.AnyTagClassName
{
color: #574BC0;
}
</style>
background-color css
<style>
a { background-color: #574BC0; }
a { background-color: rgb(87,75,192); }
div.DivClassName
{
background-color: #574BC0;
}
.BgClassName
{
background-color: #574BC0;
}
</style>
border-color css
<style>
span { border-color: #574BC0; }
span { border-color: rgb(87,75,192); }
td.TdClassName
{
border-color: #574BC0;
}
.TagClassName
{
border-color: #574BC0;
}
</style>