Shades of Picton Blue #539DDA
Tints of Picton Blue #539DDA
RGB
CMYK
RGB Variations
Color information
#539DDA (or 0x539DDA) is known color: Picton Blue. HEX triplet: 53, 9D and DA. RGB value is (83,157,218). Sum of RGB (Red+Green+Blue) = 83+157+218=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #539DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DDA is #AC6225. Grayscale: #8D8D8D. Windows color (decimal): -11297318 or 14327123. OLE color: 14327123.
HSL color Cylindrical-coordinate representation of color #539DDA: hue angle of 207.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #539DDA is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 157 | 218 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.15 |
| HSL | 207.11º | 0.65% | 0.59% | - |
| HSV(B) | 207.11º | 0.62% | 0.85% | - |
| XYZ | 28.28 | 31.01 | 70.83 | - |
| YUV | 141.83 | 170.98 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 218 | 0.62 | 0.28 | 0 | 0.15 | 207.11 | 0.65 | 0.59 |
| Hex | 53 | 9D | DA | 3E | 1C | 0 | F | CF | 41 | 3B |
| Octal | 123 | 235 | 332 | 76 | 34 | 0 | 17 | 317 | 101 | 73 |
| Binary | 1010011 | 10011101 | 11011010 | 111110 | 11100 | 0 | 1111 | 11001111 | 1000001 | 111011 |
Color Harmonies of #539DDA
Complementary color
Monochromatic Colors of #539DDA
Black with #539DDA
Text Example
Text Example
White with #539DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DDA; }
p { color: rgb(83,157,218); }
H1.HeaderClassName
{
color: #539DDA;
}
.AnyTagClassName
{
color: #539DDA;
}
</style>
background-color css
<style>
a { background-color: #539DDA; }
a { background-color: rgb(83,157,218); }
div.DivClassName
{
background-color: #539DDA;
}
.BgClassName
{
background-color: #539DDA;
}
</style>
border-color css
<style>
span { border-color: #539DDA; }
span { border-color: rgb(83,157,218); }
td.TdClassName
{
border-color: #539DDA;
}
.TagClassName
{
border-color: #539DDA;
}
</style>