Shades of Picton Blue #539CCF
Tints of Picton Blue #539CCF
RGB
CMYK
RGB Variations
Color information
#539CCF (or 0x539CCF) is known color: Picton Blue. HEX triplet: 53, 9C and CF. RGB value is (83,156,207). Sum of RGB (Red+Green+Blue) = 83+156+207=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #539CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CCF is #AC6330. Grayscale: #8B8B8B. Windows color (decimal): -11297585 or 13605971. OLE color: 13605971.
HSL color Cylindrical-coordinate representation of color #539CCF: hue angle of 204.68º 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 #539CCF is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 156 | 207 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.19 |
| HSL | 204.68º | 0.56% | 0.57% | - |
| HSV(B) | 204.68º | 0.6% | 0.81% | - |
| XYZ | 26.72 | 30.12 | 63.44 | - |
| YUV | 139.99 | 165.82 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 207 | 0.60 | 0.25 | 0 | 0.19 | 204.68 | 0.56 | 0.57 |
| Hex | 53 | 9C | CF | 3C | 19 | 0 | 13 | CD | 38 | 39 |
| Octal | 123 | 234 | 317 | 74 | 31 | 0 | 23 | 315 | 70 | 71 |
| Binary | 1010011 | 10011100 | 11001111 | 111100 | 11001 | 0 | 10011 | 11001101 | 111000 | 111001 |
Color Harmonies of #539CCF
Complementary color
Monochromatic Colors of #539CCF
Black with #539CCF
Text Example
Text Example
White with #539CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539CCF; }
p { color: rgb(83,156,207); }
H1.HeaderClassName
{
color: #539CCF;
}
.AnyTagClassName
{
color: #539CCF;
}
</style>
background-color css
<style>
a { background-color: #539CCF; }
a { background-color: rgb(83,156,207); }
div.DivClassName
{
background-color: #539CCF;
}
.BgClassName
{
background-color: #539CCF;
}
</style>
border-color css
<style>
span { border-color: #539CCF; }
span { border-color: rgb(83,156,207); }
td.TdClassName
{
border-color: #539CCF;
}
.TagClassName
{
border-color: #539CCF;
}
</style>