Shades of Picton Blue #5398D0
Tints of Picton Blue #5398D0
RGB
CMYK
RGB Variations
Color information
#5398D0 (or 0x5398D0) is known color: Picton Blue. HEX triplet: 53, 98 and D0. RGB value is (83,152,208). Sum of RGB (Red+Green+Blue) = 83+152+208=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #5398D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5398D0 is #AC672F. Grayscale: #898989. Windows color (decimal): -11298608 or 13670483. OLE color: 13670483.
HSL color Cylindrical-coordinate representation of color #5398D0: hue angle of 206.88º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5398D0 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 152 | 208 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.18 |
| HSL | 206.88º | 0.57% | 0.57% | - |
| HSV(B) | 206.88º | 0.6% | 0.82% | - |
| XYZ | 26.18 | 28.85 | 63.86 | - |
| YUV | 137.75 | 167.64 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 208 | 0.60 | 0.27 | 0 | 0.18 | 206.88 | 0.57 | 0.57 |
| Hex | 53 | 98 | D0 | 3C | 1B | 0 | 12 | CF | 39 | 39 |
| Octal | 123 | 230 | 320 | 74 | 33 | 0 | 22 | 317 | 71 | 71 |
| Binary | 1010011 | 10011000 | 11010000 | 111100 | 11011 | 0 | 10010 | 11001111 | 111001 | 111001 |
Color Harmonies of #5398D0
Complementary color
Monochromatic Colors of #5398D0
Black with #5398D0
Text Example
Text Example
White with #5398D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5398D0; }
p { color: rgb(83,152,208); }
H1.HeaderClassName
{
color: #5398D0;
}
.AnyTagClassName
{
color: #5398D0;
}
</style>
background-color css
<style>
a { background-color: #5398D0; }
a { background-color: rgb(83,152,208); }
div.DivClassName
{
background-color: #5398D0;
}
.BgClassName
{
background-color: #5398D0;
}
</style>
border-color css
<style>
span { border-color: #5398D0; }
span { border-color: rgb(83,152,208); }
td.TdClassName
{
border-color: #5398D0;
}
.TagClassName
{
border-color: #5398D0;
}
</style>