Shades of Picton Blue #538DDA
Tints of Picton Blue #538DDA
RGB
CMYK
RGB Variations
Color information
#538DDA (or 0x538DDA) is known color: Picton Blue. HEX triplet: 53, 8D and DA. RGB value is (83,141,218). Sum of RGB (Red+Green+Blue) = 83+141+218=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #538DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DDA is #AC7225. Grayscale: #848484. Windows color (decimal): -11301414 or 14323027. OLE color: 14323027.
HSL color Cylindrical-coordinate representation of color #538DDA: hue angle of 214.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538DDA is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 141 | 218 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.15 |
| HSL | 214.22º | 0.65% | 0.59% | - |
| HSV(B) | 214.22º | 0.62% | 0.85% | - |
| XYZ | 25.75 | 25.95 | 69.98 | - |
| YUV | 132.44 | 176.28 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 218 | 0.62 | 0.35 | 0 | 0.15 | 214.22 | 0.65 | 0.59 |
| Hex | 53 | 8D | DA | 3E | 23 | 0 | F | D6 | 41 | 3B |
| Octal | 123 | 215 | 332 | 76 | 43 | 0 | 17 | 326 | 101 | 73 |
| Binary | 1010011 | 10001101 | 11011010 | 111110 | 100011 | 0 | 1111 | 11010110 | 1000001 | 111011 |
Color Harmonies of #538DDA
Complementary color
Monochromatic Colors of #538DDA
Black with #538DDA
Text Example
Text Example
White with #538DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538DDA; }
p { color: rgb(83,141,218); }
H1.HeaderClassName
{
color: #538DDA;
}
.AnyTagClassName
{
color: #538DDA;
}
</style>
background-color css
<style>
a { background-color: #538DDA; }
a { background-color: rgb(83,141,218); }
div.DivClassName
{
background-color: #538DDA;
}
.BgClassName
{
background-color: #538DDA;
}
</style>
border-color css
<style>
span { border-color: #538DDA; }
span { border-color: rgb(83,141,218); }
td.TdClassName
{
border-color: #538DDA;
}
.TagClassName
{
border-color: #538DDA;
}
</style>