Shades of Rich Blue #575CBE
Tints of Rich Blue #575CBE
RGB
CMYK
RGB Variations
Color information
#575CBE (or 0x575CBE) is known color: Rich Blue. HEX triplet: 57, 5C and BE. RGB value is (87,92,190). Sum of RGB (Red+Green+Blue) = 87+92+190=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #575CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CBE is #A8A341. Grayscale: #656565. Windows color (decimal): -11051842 or 12475479. OLE color: 12475479.
HSL color Cylindrical-coordinate representation of color #575CBE: hue angle of 237.09º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #575CBE is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 92 | 190 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.25 |
| HSL | 237.09º | 0.44% | 0.54% | - |
| HSV(B) | 237.09º | 0.54% | 0.75% | - |
| XYZ | 17.05 | 13.4 | 50.4 | - |
| YUV | 101.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 190 | 0.54 | 0.52 | 0 | 0.25 | 237.09 | 0.44 | 0.54 |
| Hex | 57 | 5C | BE | 36 | 34 | 0 | 19 | ED | 2C | 36 |
| Octal | 127 | 134 | 276 | 66 | 64 | 0 | 31 | 355 | 54 | 66 |
| Binary | 1010111 | 1011100 | 10111110 | 110110 | 110100 | 0 | 11001 | 11101101 | 101100 | 110110 |
Color Harmonies of #575CBE
Complementary color
Monochromatic Colors of #575CBE
Black with #575CBE
Text Example
Text Example
White with #575CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575CBE; }
p { color: rgb(87,92,190); }
H1.HeaderClassName
{
color: #575CBE;
}
.AnyTagClassName
{
color: #575CBE;
}
</style>
background-color css
<style>
a { background-color: #575CBE; }
a { background-color: rgb(87,92,190); }
div.DivClassName
{
background-color: #575CBE;
}
.BgClassName
{
background-color: #575CBE;
}
</style>
border-color css
<style>
span { border-color: #575CBE; }
span { border-color: rgb(87,92,190); }
td.TdClassName
{
border-color: #575CBE;
}
.TagClassName
{
border-color: #575CBE;
}
</style>