Shades of Picton Blue #539CDC
Tints of Picton Blue #539CDC
RGB
CMYK
RGB Variations
Color information
#539CDC (or 0x539CDC) is known color: Picton Blue. HEX triplet: 53, 9C and DC. RGB value is (83,156,220). Sum of RGB (Red+Green+Blue) = 83+156+220=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #539CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CDC is #AC6323. Grayscale: #8D8D8D. Windows color (decimal): -11297572 or 14457939. OLE color: 14457939.
HSL color Cylindrical-coordinate representation of color #539CDC: hue angle of 208.03º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #539CDC is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 156 | 220 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.14 |
| HSL | 208.03º | 0.66% | 0.59% | - |
| HSV(B) | 208.03º | 0.62% | 0.86% | - |
| XYZ | 28.37 | 30.78 | 72.16 | - |
| YUV | 141.47 | 172.32 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 220 | 0.62 | 0.29 | 0 | 0.14 | 208.03 | 0.66 | 0.59 |
| Hex | 53 | 9C | DC | 3E | 1D | 0 | E | D0 | 42 | 3B |
| Octal | 123 | 234 | 334 | 76 | 35 | 0 | 16 | 320 | 102 | 73 |
| Binary | 1010011 | 10011100 | 11011100 | 111110 | 11101 | 0 | 1110 | 11010000 | 1000010 | 111011 |
Color Harmonies of #539CDC
Complementary color
Monochromatic Colors of #539CDC
Black with #539CDC
Text Example
Text Example
White with #539CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539CDC; }
p { color: rgb(83,156,220); }
H1.HeaderClassName
{
color: #539CDC;
}
.AnyTagClassName
{
color: #539CDC;
}
</style>
background-color css
<style>
a { background-color: #539CDC; }
a { background-color: rgb(83,156,220); }
div.DivClassName
{
background-color: #539CDC;
}
.BgClassName
{
background-color: #539CDC;
}
</style>
border-color css
<style>
span { border-color: #539CDC; }
span { border-color: rgb(83,156,220); }
td.TdClassName
{
border-color: #539CDC;
}
.TagClassName
{
border-color: #539CDC;
}
</style>