Shades of Picton Blue #539CCA
Tints of Picton Blue #539CCA
RGB
CMYK
RGB Variations
Color information
#539CCA (or 0x539CCA) is known color: Picton Blue. HEX triplet: 53, 9C and CA. RGB value is (83,156,202). Sum of RGB (Red+Green+Blue) = 83+156+202=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #539CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CCA is #AC6335. Grayscale: #8B8B8B. Windows color (decimal): -11297590 or 13278291. OLE color: 13278291.
HSL color Cylindrical-coordinate representation of color #539CCA: hue angle of 203.19º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #539CCA is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 156 | 202 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.21 |
| HSL | 203.19º | 0.53% | 0.56% | - |
| HSV(B) | 203.19º | 0.59% | 0.79% | - |
| XYZ | 26.12 | 29.88 | 60.27 | - |
| YUV | 139.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 202 | 0.59 | 0.23 | 0 | 0.21 | 203.19 | 0.53 | 0.56 |
| Hex | 53 | 9C | CA | 3B | 17 | 0 | 15 | CB | 35 | 38 |
| Octal | 123 | 234 | 312 | 73 | 27 | 0 | 25 | 313 | 65 | 70 |
| Binary | 1010011 | 10011100 | 11001010 | 111011 | 10111 | 0 | 10101 | 11001011 | 110101 | 111000 |
Color Harmonies of #539CCA
Complementary color
Monochromatic Colors of #539CCA
Black with #539CCA
Text Example
Text Example
White with #539CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539CCA; }
p { color: rgb(83,156,202); }
H1.HeaderClassName
{
color: #539CCA;
}
.AnyTagClassName
{
color: #539CCA;
}
</style>
background-color css
<style>
a { background-color: #539CCA; }
a { background-color: rgb(83,156,202); }
div.DivClassName
{
background-color: #539CCA;
}
.BgClassName
{
background-color: #539CCA;
}
</style>
border-color css
<style>
span { border-color: #539CCA; }
span { border-color: rgb(83,156,202); }
td.TdClassName
{
border-color: #539CCA;
}
.TagClassName
{
border-color: #539CCA;
}
</style>