Shades of Rich Blue #574ABC
Tints of Rich Blue #574ABC
RGB
CMYK
RGB Variations
Color information
#574ABC (or 0x574ABC) is known color: Rich Blue. HEX triplet: 57, 4A and BC. RGB value is (87,74,188). Sum of RGB (Red+Green+Blue) = 87+74+188=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #574ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574ABC is #A8B543. Grayscale: #5A5A5A. Windows color (decimal): -11056452 or 12339799. OLE color: 12339799.
HSL color Cylindrical-coordinate representation of color #574ABC: hue angle of 246.84º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #574ABC is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 74 | 188 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.26 |
| HSL | 246.84º | 0.46% | 0.51% | - |
| HSV(B) | 246.84º | 0.61% | 0.74% | - |
| XYZ | 15.46 | 10.55 | 48.8 | - |
| YUV | 90.88 | 182.81 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 188 | 0.54 | 0.61 | 0 | 0.26 | 246.84 | 0.46 | 0.51 |
| Hex | 57 | 4A | BC | 36 | 3D | 0 | 1A | F7 | 2E | 33 |
| Octal | 127 | 112 | 274 | 66 | 75 | 0 | 32 | 367 | 56 | 63 |
| Binary | 1010111 | 1001010 | 10111100 | 110110 | 111101 | 0 | 11010 | 11110111 | 101110 | 110011 |
Color Harmonies of #574ABC
Complementary color
Monochromatic Colors of #574ABC
Black with #574ABC
Text Example
Text Example
White with #574ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574ABC; }
p { color: rgb(87,74,188); }
H1.HeaderClassName
{
color: #574ABC;
}
.AnyTagClassName
{
color: #574ABC;
}
</style>
background-color css
<style>
a { background-color: #574ABC; }
a { background-color: rgb(87,74,188); }
div.DivClassName
{
background-color: #574ABC;
}
.BgClassName
{
background-color: #574ABC;
}
</style>
border-color css
<style>
span { border-color: #574ABC; }
span { border-color: rgb(87,74,188); }
td.TdClassName
{
border-color: #574ABC;
}
.TagClassName
{
border-color: #574ABC;
}
</style>