Shades of Rich Blue #575BC1
Tints of Rich Blue #575BC1
RGB
CMYK
RGB Variations
Color information
#575BC1 (or 0x575BC1) is known color: Rich Blue. HEX triplet: 57, 5B and C1. RGB value is (87,91,193). Sum of RGB (Red+Green+Blue) = 87+91+193=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #575BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BC1 is #A8A43E. Grayscale: #656565. Windows color (decimal): -11052095 or 12671831. OLE color: 12671831.
HSL color Cylindrical-coordinate representation of color #575BC1: hue angle of 237.74º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #575BC1 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 91 | 193 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.24 |
| HSL | 237.74º | 0.46% | 0.55% | - |
| HSV(B) | 237.74º | 0.55% | 0.76% | - |
| XYZ | 17.3 | 13.36 | 52.12 | - |
| YUV | 101.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 193 | 0.55 | 0.53 | 0 | 0.24 | 237.74 | 0.46 | 0.55 |
| Hex | 57 | 5B | C1 | 37 | 35 | 0 | 18 | EE | 2E | 37 |
| Octal | 127 | 133 | 301 | 67 | 65 | 0 | 30 | 356 | 56 | 67 |
| Binary | 1010111 | 1011011 | 11000001 | 110111 | 110101 | 0 | 11000 | 11101110 | 101110 | 110111 |
Color Harmonies of #575BC1
Complementary color
Monochromatic Colors of #575BC1
Black with #575BC1
Text Example
Text Example
White with #575BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BC1; }
p { color: rgb(87,91,193); }
H1.HeaderClassName
{
color: #575BC1;
}
.AnyTagClassName
{
color: #575BC1;
}
</style>
background-color css
<style>
a { background-color: #575BC1; }
a { background-color: rgb(87,91,193); }
div.DivClassName
{
background-color: #575BC1;
}
.BgClassName
{
background-color: #575BC1;
}
</style>
border-color css
<style>
span { border-color: #575BC1; }
span { border-color: rgb(87,91,193); }
td.TdClassName
{
border-color: #575BC1;
}
.TagClassName
{
border-color: #575BC1;
}
</style>