Shades of Picton Blue #539BCD
Tints of Picton Blue #539BCD
RGB
CMYK
RGB Variations
Color information
#539BCD (or 0x539BCD) is known color: Picton Blue. HEX triplet: 53, 9B and CD. RGB value is (83,155,205). Sum of RGB (Red+Green+Blue) = 83+155+205=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #539BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539BCD is #AC6432. Grayscale: #8A8A8A. Windows color (decimal): -11297843 or 13474643. OLE color: 13474643.
HSL color Cylindrical-coordinate representation of color #539BCD: hue angle of 204.59º 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 #539BCD is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 155 | 205 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.20 |
| HSL | 204.59º | 0.55% | 0.56% | - |
| HSV(B) | 204.59º | 0.6% | 0.8% | - |
| XYZ | 26.31 | 29.69 | 62.1 | - |
| YUV | 139.17 | 165.15 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 205 | 0.60 | 0.24 | 0 | 0.20 | 204.59 | 0.55 | 0.56 |
| Hex | 53 | 9B | CD | 3C | 18 | 0 | 14 | CD | 37 | 38 |
| Octal | 123 | 233 | 315 | 74 | 30 | 0 | 24 | 315 | 67 | 70 |
| Binary | 1010011 | 10011011 | 11001101 | 111100 | 11000 | 0 | 10100 | 11001101 | 110111 | 111000 |
Color Harmonies of #539BCD
Complementary color
Monochromatic Colors of #539BCD
Black with #539BCD
Text Example
Text Example
White with #539BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BCD; }
p { color: rgb(83,155,205); }
H1.HeaderClassName
{
color: #539BCD;
}
.AnyTagClassName
{
color: #539BCD;
}
</style>
background-color css
<style>
a { background-color: #539BCD; }
a { background-color: rgb(83,155,205); }
div.DivClassName
{
background-color: #539BCD;
}
.BgClassName
{
background-color: #539BCD;
}
</style>
border-color css
<style>
span { border-color: #539BCD; }
span { border-color: rgb(83,155,205); }
td.TdClassName
{
border-color: #539BCD;
}
.TagClassName
{
border-color: #539BCD;
}
</style>