Shades of Rich Blue #5C5FB1
Tints of Rich Blue #5C5FB1
RGB
CMYK
RGB Variations
Color information
#5C5FB1 (or 0x5C5FB1) is known color: Rich Blue. HEX triplet: 5C, 5F and B1. RGB value is (92,95,177). Sum of RGB (Red+Green+Blue) = 92+95+177=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #5C5FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5FB1 is #A3A04E. Grayscale: #676767. Windows color (decimal): -10723407 or 11624284. OLE color: 11624284.
HSL color Cylindrical-coordinate representation of color #5C5FB1: hue angle of 237.88º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C5FB1 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 95 | 177 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.31 |
| HSL | 237.88º | 0.35% | 0.53% | - |
| HSV(B) | 237.88º | 0.48% | 0.69% | - |
| XYZ | 16.44 | 13.63 | 43.36 | - |
| YUV | 103.45 | 169.51 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 95 | 177 | 0.48 | 0.46 | 0 | 0.31 | 237.88 | 0.35 | 0.53 |
| Hex | 5C | 5F | B1 | 30 | 2E | 0 | 1F | EE | 23 | 35 |
| Octal | 134 | 137 | 261 | 60 | 56 | 0 | 37 | 356 | 43 | 65 |
| Binary | 1011100 | 1011111 | 10110001 | 110000 | 101110 | 0 | 11111 | 11101110 | 100011 | 110101 |
Color Harmonies of #5C5FB1
Complementary color
Monochromatic Colors of #5C5FB1
Black with #5C5FB1
Text Example
Text Example
White with #5C5FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5FB1; }
p { color: rgb(92,95,177); }
H1.HeaderClassName
{
color: #5C5FB1;
}
.AnyTagClassName
{
color: #5C5FB1;
}
</style>
background-color css
<style>
a { background-color: #5C5FB1; }
a { background-color: rgb(92,95,177); }
div.DivClassName
{
background-color: #5C5FB1;
}
.BgClassName
{
background-color: #5C5FB1;
}
</style>
border-color css
<style>
span { border-color: #5C5FB1; }
span { border-color: rgb(92,95,177); }
td.TdClassName
{
border-color: #5C5FB1;
}
.TagClassName
{
border-color: #5C5FB1;
}
</style>