Shades of Picton Blue #539EC8
Tints of Picton Blue #539EC8
RGB
CMYK
RGB Variations
Color information
#539EC8 (or 0x539EC8) is known color: Picton Blue. HEX triplet: 53, 9E and C8. RGB value is (83,158,200). Sum of RGB (Red+Green+Blue) = 83+158+200=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #539EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EC8 is #AC6137. Grayscale: #8C8C8C. Windows color (decimal): -11297080 or 13147731. OLE color: 13147731.
HSL color Cylindrical-coordinate representation of color #539EC8: hue angle of 201.54º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #539EC8 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 158 | 200 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.22 |
| HSL | 201.54º | 0.52% | 0.55% | - |
| HSV(B) | 201.54º | 0.59% | 0.78% | - |
| XYZ | 26.22 | 30.46 | 59.14 | - |
| YUV | 140.36 | 161.65 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 200 | 0.58 | 0.21 | 0 | 0.22 | 201.54 | 0.52 | 0.55 |
| Hex | 53 | 9E | C8 | 3A | 15 | 0 | 16 | CA | 34 | 37 |
| Octal | 123 | 236 | 310 | 72 | 25 | 0 | 26 | 312 | 64 | 67 |
| Binary | 1010011 | 10011110 | 11001000 | 111010 | 10101 | 0 | 10110 | 11001010 | 110100 | 110111 |
Color Harmonies of #539EC8
Complementary color
Monochromatic Colors of #539EC8
Black with #539EC8
Text Example
Text Example
White with #539EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539EC8; }
p { color: rgb(83,158,200); }
H1.HeaderClassName
{
color: #539EC8;
}
.AnyTagClassName
{
color: #539EC8;
}
</style>
background-color css
<style>
a { background-color: #539EC8; }
a { background-color: rgb(83,158,200); }
div.DivClassName
{
background-color: #539EC8;
}
.BgClassName
{
background-color: #539EC8;
}
</style>
border-color css
<style>
span { border-color: #539EC8; }
span { border-color: rgb(83,158,200); }
td.TdClassName
{
border-color: #539EC8;
}
.TagClassName
{
border-color: #539EC8;
}
</style>