Shades of Rich Blue #575CC3
Tints of Rich Blue #575CC3
RGB
CMYK
RGB Variations
Color information
#575CC3 (or 0x575CC3) is known color: Rich Blue. HEX triplet: 57, 5C and C3. RGB value is (87,92,195). Sum of RGB (Red+Green+Blue) = 87+92+195=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 195 (76.56% from 255 or 52.14% from 374); Max value from RGB is 195 - color contains mainly: blue. Hex color #575CC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CC3 is #A8A33C. Grayscale: #656565. Windows color (decimal): -11051837 or 12803159. OLE color: 12803159.
HSL color Cylindrical-coordinate representation of color #575CC3: hue angle of 237.22º 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 #575CC3 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 92 | 195 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.24 |
| HSL | 237.22º | 0.47% | 0.55% | - |
| HSV(B) | 237.22º | 0.55% | 0.76% | - |
| XYZ | 17.61 | 13.62 | 53.33 | - |
| YUV | 102.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 195 | 0.55 | 0.53 | 0 | 0.24 | 237.22 | 0.47 | 0.55 |
| Hex | 57 | 5C | C3 | 37 | 35 | 0 | 18 | ED | 2F | 37 |
| Octal | 127 | 134 | 303 | 67 | 65 | 0 | 30 | 355 | 57 | 67 |
| Binary | 1010111 | 1011100 | 11000011 | 110111 | 110101 | 0 | 11000 | 11101101 | 101111 | 110111 |
Color Harmonies of #575CC3
Complementary color
Monochromatic Colors of #575CC3
Black with #575CC3
Text Example
Text Example
White with #575CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575CC3; }
p { color: rgb(87,92,195); }
H1.HeaderClassName
{
color: #575CC3;
}
.AnyTagClassName
{
color: #575CC3;
}
</style>
background-color css
<style>
a { background-color: #575CC3; }
a { background-color: rgb(87,92,195); }
div.DivClassName
{
background-color: #575CC3;
}
.BgClassName
{
background-color: #575CC3;
}
</style>
border-color css
<style>
span { border-color: #575CC3; }
span { border-color: rgb(87,92,195); }
td.TdClassName
{
border-color: #575CC3;
}
.TagClassName
{
border-color: #575CC3;
}
</style>