Shades of Rich Blue #5750A4
Tints of Rich Blue #5750A4
RGB
CMYK
RGB Variations
Color information
#5750A4 (or 0x5750A4) is known color: Rich Blue. HEX triplet: 57, 50 and A4. RGB value is (87,80,164). Sum of RGB (Red+Green+Blue) = 87+80+164=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 164 (64.45% from 255 or 49.55% from 331); Max value from RGB is 164 - color contains mainly: blue. Hex color #5750A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5750A4 is #A8AF5B. Grayscale: #5B5B5B. Windows color (decimal): -11054940 or 10768471. OLE color: 10768471.
HSL color Cylindrical-coordinate representation of color #5750A4: hue angle of 245º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5750A4 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 80 | 164 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.36 |
| HSL | 245º | 0.34% | 0.48% | - |
| HSV(B) | 245º | 0.51% | 0.64% | - |
| XYZ | 13.5 | 10.44 | 36.43 | - |
| YUV | 91.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 164 | 0.47 | 0.51 | 0 | 0.36 | 245 | 0.34 | 0.48 |
| Hex | 57 | 50 | A4 | 2F | 33 | 0 | 24 | F5 | 22 | 30 |
| Octal | 127 | 120 | 244 | 57 | 63 | 0 | 44 | 365 | 42 | 60 |
| Binary | 1010111 | 1010000 | 10100100 | 101111 | 110011 | 0 | 100100 | 11110101 | 100010 | 110000 |
Color Harmonies of #5750A4
Complementary color
Monochromatic Colors of #5750A4
Black with #5750A4
Text Example
Text Example
White with #5750A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5750A4; }
p { color: rgb(87,80,164); }
H1.HeaderClassName
{
color: #5750A4;
}
.AnyTagClassName
{
color: #5750A4;
}
</style>
background-color css
<style>
a { background-color: #5750A4; }
a { background-color: rgb(87,80,164); }
div.DivClassName
{
background-color: #5750A4;
}
.BgClassName
{
background-color: #5750A4;
}
</style>
border-color css
<style>
span { border-color: #5750A4; }
span { border-color: rgb(87,80,164); }
td.TdClassName
{
border-color: #5750A4;
}
.TagClassName
{
border-color: #5750A4;
}
</style>