Shades of Picton Blue #539BCA
Tints of Picton Blue #539BCA
RGB
CMYK
RGB Variations
Color information
#539BCA (or 0x539BCA) is known color: Picton Blue. HEX triplet: 53, 9B and CA. RGB value is (83,155,202). Sum of RGB (Red+Green+Blue) = 83+155+202=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #539BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539BCA is #AC6435. Grayscale: #8A8A8A. Windows color (decimal): -11297846 or 13278035. OLE color: 13278035.
HSL color Cylindrical-coordinate representation of color #539BCA: hue angle of 203.7º 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 #539BCA is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 155 | 202 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.21 |
| HSL | 203.7º | 0.53% | 0.56% | - |
| HSV(B) | 203.7º | 0.59% | 0.79% | - |
| XYZ | 25.95 | 29.55 | 60.21 | - |
| YUV | 138.83 | 163.65 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 202 | 0.59 | 0.23 | 0 | 0.21 | 203.7 | 0.53 | 0.56 |
| Hex | 53 | 9B | CA | 3B | 17 | 0 | 15 | CC | 35 | 38 |
| Octal | 123 | 233 | 312 | 73 | 27 | 0 | 25 | 314 | 65 | 70 |
| Binary | 1010011 | 10011011 | 11001010 | 111011 | 10111 | 0 | 10101 | 11001100 | 110101 | 111000 |
Color Harmonies of #539BCA
Complementary color
Monochromatic Colors of #539BCA
Black with #539BCA
Text Example
Text Example
White with #539BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BCA; }
p { color: rgb(83,155,202); }
H1.HeaderClassName
{
color: #539BCA;
}
.AnyTagClassName
{
color: #539BCA;
}
</style>
background-color css
<style>
a { background-color: #539BCA; }
a { background-color: rgb(83,155,202); }
div.DivClassName
{
background-color: #539BCA;
}
.BgClassName
{
background-color: #539BCA;
}
</style>
border-color css
<style>
span { border-color: #539BCA; }
span { border-color: rgb(83,155,202); }
td.TdClassName
{
border-color: #539BCA;
}
.TagClassName
{
border-color: #539BCA;
}
</style>