Shades of Picton Blue #539ADE
Tints of Picton Blue #539ADE
RGB
CMYK
RGB Variations
Color information
#539ADE (or 0x539ADE) is known color: Picton Blue. HEX triplet: 53, 9A and DE. RGB value is (83,154,222). Sum of RGB (Red+Green+Blue) = 83+154+222=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #539ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ADE is #AC6521. Grayscale: #8C8C8C. Windows color (decimal): -11298082 or 14588499. OLE color: 14588499.
HSL color Cylindrical-coordinate representation of color #539ADE: hue angle of 209.35º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #539ADE is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 154 | 222 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.13 |
| HSL | 209.35º | 0.68% | 0.6% | - |
| HSV(B) | 209.35º | 0.63% | 0.87% | - |
| XYZ | 28.31 | 30.22 | 73.45 | - |
| YUV | 140.52 | 173.98 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 222 | 0.63 | 0.31 | 0 | 0.13 | 209.35 | 0.68 | 0.6 |
| Hex | 53 | 9A | DE | 3F | 1F | 0 | D | D1 | 44 | 3C |
| Octal | 123 | 232 | 336 | 77 | 37 | 0 | 15 | 321 | 104 | 74 |
| Binary | 1010011 | 10011010 | 11011110 | 111111 | 11111 | 0 | 1101 | 11010001 | 1000100 | 111100 |
Color Harmonies of #539ADE
Complementary color
Monochromatic Colors of #539ADE
Black with #539ADE
Text Example
Text Example
White with #539ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539ADE; }
p { color: rgb(83,154,222); }
H1.HeaderClassName
{
color: #539ADE;
}
.AnyTagClassName
{
color: #539ADE;
}
</style>
background-color css
<style>
a { background-color: #539ADE; }
a { background-color: rgb(83,154,222); }
div.DivClassName
{
background-color: #539ADE;
}
.BgClassName
{
background-color: #539ADE;
}
</style>
border-color css
<style>
span { border-color: #539ADE; }
span { border-color: rgb(83,154,222); }
td.TdClassName
{
border-color: #539ADE;
}
.TagClassName
{
border-color: #539ADE;
}
</style>