Shades of Rich Blue #5C5DB5
Tints of Rich Blue #5C5DB5
RGB
CMYK
RGB Variations
Color information
#5C5DB5 (or 0x5C5DB5) is known color: Rich Blue. HEX triplet: 5C, 5D and B5. RGB value is (92,93,181). Sum of RGB (Red+Green+Blue) = 92+93+181=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #5C5DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5DB5 is #A3A24A. Grayscale: #666666. Windows color (decimal): -10723915 or 11885916. OLE color: 11885916.
HSL color Cylindrical-coordinate representation of color #5C5DB5: hue angle of 239.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C5DB5 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 93 | 181 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.29 |
| HSL | 239.33º | 0.38% | 0.54% | - |
| HSV(B) | 239.33º | 0.49% | 0.71% | - |
| XYZ | 16.67 | 13.44 | 45.43 | - |
| YUV | 102.73 | 172.17 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 93 | 181 | 0.49 | 0.49 | 0 | 0.29 | 239.33 | 0.38 | 0.54 |
| Hex | 5C | 5D | B5 | 31 | 31 | 0 | 1D | EF | 26 | 36 |
| Octal | 134 | 135 | 265 | 61 | 61 | 0 | 35 | 357 | 46 | 66 |
| Binary | 1011100 | 1011101 | 10110101 | 110001 | 110001 | 0 | 11101 | 11101111 | 100110 | 110110 |
Color Harmonies of #5C5DB5
Complementary color
Monochromatic Colors of #5C5DB5
Black with #5C5DB5
Text Example
Text Example
White with #5C5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5DB5; }
p { color: rgb(92,93,181); }
H1.HeaderClassName
{
color: #5C5DB5;
}
.AnyTagClassName
{
color: #5C5DB5;
}
</style>
background-color css
<style>
a { background-color: #5C5DB5; }
a { background-color: rgb(92,93,181); }
div.DivClassName
{
background-color: #5C5DB5;
}
.BgClassName
{
background-color: #5C5DB5;
}
</style>
border-color css
<style>
span { border-color: #5C5DB5; }
span { border-color: rgb(92,93,181); }
td.TdClassName
{
border-color: #5C5DB5;
}
.TagClassName
{
border-color: #5C5DB5;
}
</style>