Shades of Picton Blue #539CDD
Tints of Picton Blue #539CDD
RGB
CMYK
RGB Variations
Color information
#539CDD (or 0x539CDD) is known color: Picton Blue. HEX triplet: 53, 9C and DD. RGB value is (83,156,221). Sum of RGB (Red+Green+Blue) = 83+156+221=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #539CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CDD is #AC6322. Grayscale: #8D8D8D. Windows color (decimal): -11297571 or 14523475. OLE color: 14523475.
HSL color Cylindrical-coordinate representation of color #539CDD: hue angle of 208.26º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #539CDD is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 156 | 221 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.13 |
| HSL | 208.26º | 0.67% | 0.6% | - |
| HSV(B) | 208.26º | 0.62% | 0.87% | - |
| XYZ | 28.51 | 30.84 | 72.86 | - |
| YUV | 141.58 | 172.82 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 221 | 0.62 | 0.29 | 0 | 0.13 | 208.26 | 0.67 | 0.6 |
| Hex | 53 | 9C | DD | 3E | 1D | 0 | D | D0 | 43 | 3C |
| Octal | 123 | 234 | 335 | 76 | 35 | 0 | 15 | 320 | 103 | 74 |
| Binary | 1010011 | 10011100 | 11011101 | 111110 | 11101 | 0 | 1101 | 11010000 | 1000011 | 111100 |
Color Harmonies of #539CDD
Complementary color
Monochromatic Colors of #539CDD
Black with #539CDD
Text Example
Text Example
White with #539CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539CDD; }
p { color: rgb(83,156,221); }
H1.HeaderClassName
{
color: #539CDD;
}
.AnyTagClassName
{
color: #539CDD;
}
</style>
background-color css
<style>
a { background-color: #539CDD; }
a { background-color: rgb(83,156,221); }
div.DivClassName
{
background-color: #539CDD;
}
.BgClassName
{
background-color: #539CDD;
}
</style>
border-color css
<style>
span { border-color: #539CDD; }
span { border-color: rgb(83,156,221); }
td.TdClassName
{
border-color: #539CDD;
}
.TagClassName
{
border-color: #539CDD;
}
</style>