Shades of Picton Blue #539BCC
Tints of Picton Blue #539BCC
RGB
CMYK
RGB Variations
Color information
#539BCC (or 0x539BCC) is known color: Picton Blue. HEX triplet: 53, 9B and CC. RGB value is (83,155,204). Sum of RGB (Red+Green+Blue) = 83+155+204=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #539BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539BCC is #AC6433. Grayscale: #8A8A8A. Windows color (decimal): -11297844 or 13409107. OLE color: 13409107.
HSL color Cylindrical-coordinate representation of color #539BCC: hue angle of 204.3º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #539BCC is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 155 | 204 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.2 |
| HSL | 204.3º | 0.54% | 0.56% | - |
| HSV(B) | 204.3º | 0.59% | 0.8% | - |
| XYZ | 26.19 | 29.64 | 61.47 | - |
| YUV | 139.06 | 164.65 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 204 | 0.59 | 0.24 | 0 | 0.2 | 204.3 | 0.54 | 0.56 |
| Hex | 53 | 9B | CC | 3B | 18 | 0 | 14 | CC | 36 | 38 |
| Octal | 123 | 233 | 314 | 73 | 30 | 0 | 24 | 314 | 66 | 70 |
| Binary | 1010011 | 10011011 | 11001100 | 111011 | 11000 | 0 | 10100 | 11001100 | 110110 | 111000 |
Color Harmonies of #539BCC
Complementary color
Monochromatic Colors of #539BCC
Black with #539BCC
Text Example
Text Example
White with #539BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BCC; }
p { color: rgb(83,155,204); }
H1.HeaderClassName
{
color: #539BCC;
}
.AnyTagClassName
{
color: #539BCC;
}
</style>
background-color css
<style>
a { background-color: #539BCC; }
a { background-color: rgb(83,155,204); }
div.DivClassName
{
background-color: #539BCC;
}
.BgClassName
{
background-color: #539BCC;
}
</style>
border-color css
<style>
span { border-color: #539BCC; }
span { border-color: rgb(83,155,204); }
td.TdClassName
{
border-color: #539BCC;
}
.TagClassName
{
border-color: #539BCC;
}
</style>