Shades of Picton Blue #539ACE
Tints of Picton Blue #539ACE
RGB
CMYK
RGB Variations
Color information
#539ACE (or 0x539ACE) is known color: Picton Blue. HEX triplet: 53, 9A and CE. RGB value is (83,154,206). Sum of RGB (Red+Green+Blue) = 83+154+206=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #539ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ACE is #AC6531. Grayscale: #8A8A8A. Windows color (decimal): -11298098 or 13539923. OLE color: 13539923.
HSL color Cylindrical-coordinate representation of color #539ACE: hue angle of 205.37º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #539ACE is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 154 | 206 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.19 |
| HSL | 205.37º | 0.56% | 0.57% | - |
| HSV(B) | 205.37º | 0.6% | 0.81% | - |
| XYZ | 26.26 | 29.41 | 62.68 | - |
| YUV | 138.7 | 165.98 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 206 | 0.60 | 0.25 | 0 | 0.19 | 205.37 | 0.56 | 0.57 |
| Hex | 53 | 9A | CE | 3C | 19 | 0 | 13 | CD | 38 | 39 |
| Octal | 123 | 232 | 316 | 74 | 31 | 0 | 23 | 315 | 70 | 71 |
| Binary | 1010011 | 10011010 | 11001110 | 111100 | 11001 | 0 | 10011 | 11001101 | 111000 | 111001 |
Color Harmonies of #539ACE
Complementary color
Monochromatic Colors of #539ACE
Black with #539ACE
Text Example
Text Example
White with #539ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539ACE; }
p { color: rgb(83,154,206); }
H1.HeaderClassName
{
color: #539ACE;
}
.AnyTagClassName
{
color: #539ACE;
}
</style>
background-color css
<style>
a { background-color: #539ACE; }
a { background-color: rgb(83,154,206); }
div.DivClassName
{
background-color: #539ACE;
}
.BgClassName
{
background-color: #539ACE;
}
</style>
border-color css
<style>
span { border-color: #539ACE; }
span { border-color: rgb(83,154,206); }
td.TdClassName
{
border-color: #539ACE;
}
.TagClassName
{
border-color: #539ACE;
}
</style>