Shades of Picton Blue #5099D4
Tints of Picton Blue #5099D4
RGB
CMYK
RGB Variations
Color information
#5099D4 (or 0x5099D4) is known color: Picton Blue. HEX triplet: 50, 99 and D4. RGB value is (80,153,212). Sum of RGB (Red+Green+Blue) = 80+153+212=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 212 - color contains mainly: blue. Hex color #5099D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5099D4 is #AF662B. Grayscale: #898989. Windows color (decimal): -11494956 or 13932880. OLE color: 13932880.
HSL color Cylindrical-coordinate representation of color #5099D4: hue angle of 206.82º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5099D4 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 153 | 212 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.17 |
| HSL | 206.82º | 0.61% | 0.57% | - |
| HSV(B) | 206.82º | 0.62% | 0.83% | - |
| XYZ | 26.58 | 29.24 | 66.53 | - |
| YUV | 137.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 212 | 0.62 | 0.28 | 0 | 0.17 | 206.82 | 0.61 | 0.57 |
| Hex | 50 | 99 | D4 | 3E | 1C | 0 | 11 | CF | 3D | 39 |
| Octal | 120 | 231 | 324 | 76 | 34 | 0 | 21 | 317 | 75 | 71 |
| Binary | 1010000 | 10011001 | 11010100 | 111110 | 11100 | 0 | 10001 | 11001111 | 111101 | 111001 |
Color Harmonies of #5099D4
Complementary color
Monochromatic Colors of #5099D4
Black with #5099D4
Text Example
Text Example
White with #5099D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5099D4; }
p { color: rgb(80,153,212); }
H1.HeaderClassName
{
color: #5099D4;
}
.AnyTagClassName
{
color: #5099D4;
}
</style>
background-color css
<style>
a { background-color: #5099D4; }
a { background-color: rgb(80,153,212); }
div.DivClassName
{
background-color: #5099D4;
}
.BgClassName
{
background-color: #5099D4;
}
</style>
border-color css
<style>
span { border-color: #5099D4; }
span { border-color: rgb(80,153,212); }
td.TdClassName
{
border-color: #5099D4;
}
.TagClassName
{
border-color: #5099D4;
}
</style>