Shades of Rich Blue #5C5FC1
Tints of Rich Blue #5C5FC1
RGB
CMYK
RGB Variations
Color information
#5C5FC1 (or 0x5C5FC1) is known color: Rich Blue. HEX triplet: 5C, 5F and C1. RGB value is (92,95,193). Sum of RGB (Red+Green+Blue) = 92+95+193=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #5C5FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5FC1 is #A3A03E. Grayscale: #686868. Windows color (decimal): -10723391 or 12672860. OLE color: 12672860.
HSL color Cylindrical-coordinate representation of color #5C5FC1: hue angle of 238.22º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C5FC1 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 95 | 193 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.24 |
| HSL | 238.22º | 0.45% | 0.56% | - |
| HSV(B) | 238.22º | 0.52% | 0.76% | - |
| XYZ | 18.13 | 14.31 | 52.26 | - |
| YUV | 105.28 | 177.51 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 95 | 193 | 0.52 | 0.51 | 0 | 0.24 | 238.22 | 0.45 | 0.56 |
| Hex | 5C | 5F | C1 | 34 | 33 | 0 | 18 | EE | 2D | 38 |
| Octal | 134 | 137 | 301 | 64 | 63 | 0 | 30 | 356 | 55 | 70 |
| Binary | 1011100 | 1011111 | 11000001 | 110100 | 110011 | 0 | 11000 | 11101110 | 101101 | 111000 |
Color Harmonies of #5C5FC1
Complementary color
Monochromatic Colors of #5C5FC1
Black with #5C5FC1
Text Example
Text Example
White with #5C5FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5FC1; }
p { color: rgb(92,95,193); }
H1.HeaderClassName
{
color: #5C5FC1;
}
.AnyTagClassName
{
color: #5C5FC1;
}
</style>
background-color css
<style>
a { background-color: #5C5FC1; }
a { background-color: rgb(92,95,193); }
div.DivClassName
{
background-color: #5C5FC1;
}
.BgClassName
{
background-color: #5C5FC1;
}
</style>
border-color css
<style>
span { border-color: #5C5FC1; }
span { border-color: rgb(92,95,193); }
td.TdClassName
{
border-color: #5C5FC1;
}
.TagClassName
{
border-color: #5C5FC1;
}
</style>