Shades of Picton Blue #5199DE
Tints of Picton Blue #5199DE
RGB
CMYK
RGB Variations
Color information
#5199DE (or 0x5199DE) is known color: Picton Blue. HEX triplet: 51, 99 and DE. RGB value is (81,153,222). Sum of RGB (Red+Green+Blue) = 81+153+222=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #5199DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5199DE is #AE6621. Grayscale: #8A8A8A. Windows color (decimal): -11429410 or 14588241. OLE color: 14588241.
HSL color Cylindrical-coordinate representation of color #5199DE: hue angle of 209.36º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5199DE is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 153 | 222 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.13 |
| HSL | 209.36º | 0.68% | 0.59% | - |
| HSV(B) | 209.36º | 0.64% | 0.87% | - |
| XYZ | 27.97 | 29.81 | 73.39 | - |
| YUV | 139.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 222 | 0.64 | 0.31 | 0 | 0.13 | 209.36 | 0.68 | 0.59 |
| Hex | 51 | 99 | DE | 40 | 1F | 0 | D | D1 | 44 | 3B |
| Octal | 121 | 231 | 336 | 100 | 37 | 0 | 15 | 321 | 104 | 73 |
| Binary | 1010001 | 10011001 | 11011110 | 1000000 | 11111 | 0 | 1101 | 11010001 | 1000100 | 111011 |
Color Harmonies of #5199DE
Complementary color
Monochromatic Colors of #5199DE
Black with #5199DE
Text Example
Text Example
White with #5199DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5199DE; }
p { color: rgb(81,153,222); }
H1.HeaderClassName
{
color: #5199DE;
}
.AnyTagClassName
{
color: #5199DE;
}
</style>
background-color css
<style>
a { background-color: #5199DE; }
a { background-color: rgb(81,153,222); }
div.DivClassName
{
background-color: #5199DE;
}
.BgClassName
{
background-color: #5199DE;
}
</style>
border-color css
<style>
span { border-color: #5199DE; }
span { border-color: rgb(81,153,222); }
td.TdClassName
{
border-color: #5199DE;
}
.TagClassName
{
border-color: #5199DE;
}
</style>