Shades of Rich Blue #515CB5
Tints of Rich Blue #515CB5
RGB
CMYK
RGB Variations
Color information
#515CB5 (or 0x515CB5) is known color: Rich Blue. HEX triplet: 51, 5C and B5. RGB value is (81,92,181). Sum of RGB (Red+Green+Blue) = 81+92+181=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #515CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CB5 is #AEA34A. Grayscale: #626262. Windows color (decimal): -11445067 or 11885649. OLE color: 11885649.
HSL color Cylindrical-coordinate representation of color #515CB5: hue angle of 233.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #515CB5 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 92 | 181 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.29 |
| HSL | 233.4º | 0.4% | 0.51% | - |
| HSV(B) | 233.4º | 0.55% | 0.71% | - |
| XYZ | 15.56 | 12.74 | 45.35 | - |
| YUV | 98.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 181 | 0.55 | 0.49 | 0 | 0.29 | 233.4 | 0.4 | 0.51 |
| Hex | 51 | 5C | B5 | 37 | 31 | 0 | 1D | E9 | 28 | 33 |
| Octal | 121 | 134 | 265 | 67 | 61 | 0 | 35 | 351 | 50 | 63 |
| Binary | 1010001 | 1011100 | 10110101 | 110111 | 110001 | 0 | 11101 | 11101001 | 101000 | 110011 |
Color Harmonies of #515CB5
Complementary color
Monochromatic Colors of #515CB5
Black with #515CB5
Text Example
Text Example
White with #515CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515CB5; }
p { color: rgb(81,92,181); }
H1.HeaderClassName
{
color: #515CB5;
}
.AnyTagClassName
{
color: #515CB5;
}
</style>
background-color css
<style>
a { background-color: #515CB5; }
a { background-color: rgb(81,92,181); }
div.DivClassName
{
background-color: #515CB5;
}
.BgClassName
{
background-color: #515CB5;
}
</style>
border-color css
<style>
span { border-color: #515CB5; }
span { border-color: rgb(81,92,181); }
td.TdClassName
{
border-color: #515CB5;
}
.TagClassName
{
border-color: #515CB5;
}
</style>