Shades of Rich Blue #515CBB
Tints of Rich Blue #515CBB
RGB
CMYK
RGB Variations
Color information
#515CBB (or 0x515CBB) is known color: Rich Blue. HEX triplet: 51, 5C and BB. RGB value is (81,92,187). Sum of RGB (Red+Green+Blue) = 81+92+187=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #515CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CBB is #AEA344. Grayscale: #636363. Windows color (decimal): -11445061 or 12278865. OLE color: 12278865.
HSL color Cylindrical-coordinate representation of color #515CBB: hue angle of 233.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #515CBB is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 92 | 187 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.27 |
| HSL | 233.77º | 0.44% | 0.53% | - |
| HSV(B) | 233.77º | 0.57% | 0.73% | - |
| XYZ | 16.19 | 12.99 | 48.67 | - |
| YUV | 99.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 187 | 0.57 | 0.51 | 0 | 0.27 | 233.77 | 0.44 | 0.53 |
| Hex | 51 | 5C | BB | 39 | 33 | 0 | 1B | EA | 2C | 35 |
| Octal | 121 | 134 | 273 | 71 | 63 | 0 | 33 | 352 | 54 | 65 |
| Binary | 1010001 | 1011100 | 10111011 | 111001 | 110011 | 0 | 11011 | 11101010 | 101100 | 110101 |
Color Harmonies of #515CBB
Complementary color
Monochromatic Colors of #515CBB
Black with #515CBB
Text Example
Text Example
White with #515CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515CBB; }
p { color: rgb(81,92,187); }
H1.HeaderClassName
{
color: #515CBB;
}
.AnyTagClassName
{
color: #515CBB;
}
</style>
background-color css
<style>
a { background-color: #515CBB; }
a { background-color: rgb(81,92,187); }
div.DivClassName
{
background-color: #515CBB;
}
.BgClassName
{
background-color: #515CBB;
}
</style>
border-color css
<style>
span { border-color: #515CBB; }
span { border-color: rgb(81,92,187); }
td.TdClassName
{
border-color: #515CBB;
}
.TagClassName
{
border-color: #515CBB;
}
</style>