Shades of Rich Blue #5743AC
Tints of Rich Blue #5743AC
RGB
CMYK
RGB Variations
Color information
#5743AC (or 0x5743AC) is known color: Rich Blue. HEX triplet: 57, 43 and AC. RGB value is (87,67,172). Sum of RGB (Red+Green+Blue) = 87+67+172=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #5743AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5743AC is #A8BC53. Grayscale: #545454. Windows color (decimal): -11058260 or 11289431. OLE color: 11289431.
HSL color Cylindrical-coordinate representation of color #5743AC: hue angle of 251.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5743AC is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 67 | 172 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.33 |
| HSL | 251.43º | 0.44% | 0.47% | - |
| HSV(B) | 251.43º | 0.61% | 0.67% | - |
| XYZ | 13.38 | 9.02 | 40.07 | - |
| YUV | 84.95 | 177.13 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 172 | 0.49 | 0.61 | 0 | 0.33 | 251.43 | 0.44 | 0.47 |
| Hex | 57 | 43 | AC | 31 | 3D | 0 | 21 | FB | 2C | 2F |
| Octal | 127 | 103 | 254 | 61 | 75 | 0 | 41 | 373 | 54 | 57 |
| Binary | 1010111 | 1000011 | 10101100 | 110001 | 111101 | 0 | 100001 | 11111011 | 101100 | 101111 |
Color Harmonies of #5743AC
Complementary color
Monochromatic Colors of #5743AC
Black with #5743AC
Text Example
Text Example
White with #5743AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5743AC; }
p { color: rgb(87,67,172); }
H1.HeaderClassName
{
color: #5743AC;
}
.AnyTagClassName
{
color: #5743AC;
}
</style>
background-color css
<style>
a { background-color: #5743AC; }
a { background-color: rgb(87,67,172); }
div.DivClassName
{
background-color: #5743AC;
}
.BgClassName
{
background-color: #5743AC;
}
</style>
border-color css
<style>
span { border-color: #5743AC; }
span { border-color: rgb(87,67,172); }
td.TdClassName
{
border-color: #5743AC;
}
.TagClassName
{
border-color: #5743AC;
}
</style>