Shades of Rich Blue #575EC2
Tints of Rich Blue #575EC2
RGB
CMYK
RGB Variations
Color information
#575EC2 (or 0x575EC2) is known color: Rich Blue. HEX triplet: 57, 5E and C2. RGB value is (87,94,194). Sum of RGB (Red+Green+Blue) = 87+94+194=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #575EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EC2 is #A8A13D. Grayscale: #666666. Windows color (decimal): -11051326 or 12738135. OLE color: 12738135.
HSL color Cylindrical-coordinate representation of color #575EC2: hue angle of 236.07º degrees, saturation: 0.47, 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 #575EC2 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 94 | 194 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.24 |
| HSL | 236.07º | 0.47% | 0.55% | - |
| HSV(B) | 236.07º | 0.55% | 0.76% | - |
| XYZ | 17.67 | 13.93 | 52.8 | - |
| YUV | 103.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 194 | 0.55 | 0.52 | 0 | 0.24 | 236.07 | 0.47 | 0.55 |
| Hex | 57 | 5E | C2 | 37 | 34 | 0 | 18 | EC | 2F | 37 |
| Octal | 127 | 136 | 302 | 67 | 64 | 0 | 30 | 354 | 57 | 67 |
| Binary | 1010111 | 1011110 | 11000010 | 110111 | 110100 | 0 | 11000 | 11101100 | 101111 | 110111 |
Color Harmonies of #575EC2
Complementary color
Monochromatic Colors of #575EC2
Black with #575EC2
Text Example
Text Example
White with #575EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575EC2; }
p { color: rgb(87,94,194); }
H1.HeaderClassName
{
color: #575EC2;
}
.AnyTagClassName
{
color: #575EC2;
}
</style>
background-color css
<style>
a { background-color: #575EC2; }
a { background-color: rgb(87,94,194); }
div.DivClassName
{
background-color: #575EC2;
}
.BgClassName
{
background-color: #575EC2;
}
</style>
border-color css
<style>
span { border-color: #575EC2; }
span { border-color: rgb(87,94,194); }
td.TdClassName
{
border-color: #575EC2;
}
.TagClassName
{
border-color: #575EC2;
}
</style>