Shades of Rich Blue #515BB8
Tints of Rich Blue #515BB8
RGB
CMYK
RGB Variations
Color information
#515BB8 (or 0x515BB8) is known color: Rich Blue. HEX triplet: 51, 5B and B8. RGB value is (81,91,184). Sum of RGB (Red+Green+Blue) = 81+91+184=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #515BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BB8 is #AEA447. Grayscale: #626262. Windows color (decimal): -11445320 or 12082001. OLE color: 12082001.
HSL color Cylindrical-coordinate representation of color #515BB8: hue angle of 234.17º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #515BB8 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 91 | 184 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.28 |
| HSL | 234.17º | 0.42% | 0.52% | - |
| HSV(B) | 234.17º | 0.56% | 0.72% | - |
| XYZ | 15.79 | 12.69 | 46.97 | - |
| YUV | 98.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 184 | 0.56 | 0.51 | 0 | 0.28 | 234.17 | 0.42 | 0.52 |
| Hex | 51 | 5B | B8 | 38 | 33 | 0 | 1C | EA | 2A | 34 |
| Octal | 121 | 133 | 270 | 70 | 63 | 0 | 34 | 352 | 52 | 64 |
| Binary | 1010001 | 1011011 | 10111000 | 111000 | 110011 | 0 | 11100 | 11101010 | 101010 | 110100 |
Color Harmonies of #515BB8
Complementary color
Monochromatic Colors of #515BB8
Black with #515BB8
Text Example
Text Example
White with #515BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515BB8; }
p { color: rgb(81,91,184); }
H1.HeaderClassName
{
color: #515BB8;
}
.AnyTagClassName
{
color: #515BB8;
}
</style>
background-color css
<style>
a { background-color: #515BB8; }
a { background-color: rgb(81,91,184); }
div.DivClassName
{
background-color: #515BB8;
}
.BgClassName
{
background-color: #515BB8;
}
</style>
border-color css
<style>
span { border-color: #515BB8; }
span { border-color: rgb(81,91,184); }
td.TdClassName
{
border-color: #515BB8;
}
.TagClassName
{
border-color: #515BB8;
}
</style>