Shades of Picton Blue #539FCD
Tints of Picton Blue #539FCD
RGB
CMYK
RGB Variations
Color information
#539FCD (or 0x539FCD) is known color: Picton Blue. HEX triplet: 53, 9F and CD. RGB value is (83,159,205). Sum of RGB (Red+Green+Blue) = 83+159+205=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #539FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539FCD is #AC6032. Grayscale: #8D8D8D. Windows color (decimal): -11296819 or 13475667. OLE color: 13475667.
HSL color Cylindrical-coordinate representation of color #539FCD: hue angle of 202.62º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #539FCD is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 159 | 205 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.20 |
| HSL | 202.62º | 0.55% | 0.56% | - |
| HSV(B) | 202.62º | 0.6% | 0.8% | - |
| XYZ | 26.98 | 31.04 | 62.33 | - |
| YUV | 141.52 | 163.82 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 205 | 0.60 | 0.22 | 0 | 0.20 | 202.62 | 0.55 | 0.56 |
| Hex | 53 | 9F | CD | 3C | 16 | 0 | 14 | CB | 37 | 38 |
| Octal | 123 | 237 | 315 | 74 | 26 | 0 | 24 | 313 | 67 | 70 |
| Binary | 1010011 | 10011111 | 11001101 | 111100 | 10110 | 0 | 10100 | 11001011 | 110111 | 111000 |
Color Harmonies of #539FCD
Complementary color
Monochromatic Colors of #539FCD
Black with #539FCD
Text Example
Text Example
White with #539FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539FCD; }
p { color: rgb(83,159,205); }
H1.HeaderClassName
{
color: #539FCD;
}
.AnyTagClassName
{
color: #539FCD;
}
</style>
background-color css
<style>
a { background-color: #539FCD; }
a { background-color: rgb(83,159,205); }
div.DivClassName
{
background-color: #539FCD;
}
.BgClassName
{
background-color: #539FCD;
}
</style>
border-color css
<style>
span { border-color: #539FCD; }
span { border-color: rgb(83,159,205); }
td.TdClassName
{
border-color: #539FCD;
}
.TagClassName
{
border-color: #539FCD;
}
</style>