Shades of Picton Blue #558FD5
Tints of Picton Blue #558FD5
RGB
CMYK
RGB Variations
Color information
#558FD5 (or 0x558FD5) is known color: Picton Blue. HEX triplet: 55, 8F and D5. RGB value is (85,143,213). Sum of RGB (Red+Green+Blue) = 85+143+213=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #558FD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FD5 is #AA702A. Grayscale: #858585. Windows color (decimal): -11169835 or 13995861. OLE color: 13995861.
HSL color Cylindrical-coordinate representation of color #558FD5: hue angle of 212.81º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558FD5 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 143 | 213 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.16 |
| HSL | 212.81º | 0.6% | 0.58% | - |
| HSV(B) | 212.81º | 0.6% | 0.84% | - |
| XYZ | 25.58 | 26.38 | 66.69 | - |
| YUV | 133.64 | 172.78 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 213 | 0.60 | 0.33 | 0 | 0.16 | 212.81 | 0.6 | 0.58 |
| Hex | 55 | 8F | D5 | 3C | 21 | 0 | 10 | D5 | 3C | 3A |
| Octal | 125 | 217 | 325 | 74 | 41 | 0 | 20 | 325 | 74 | 72 |
| Binary | 1010101 | 10001111 | 11010101 | 111100 | 100001 | 0 | 10000 | 11010101 | 111100 | 111010 |
Color Harmonies of #558FD5
Complementary color
Monochromatic Colors of #558FD5
Black with #558FD5
Text Example
Text Example
White with #558FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FD5; }
p { color: rgb(85,143,213); }
H1.HeaderClassName
{
color: #558FD5;
}
.AnyTagClassName
{
color: #558FD5;
}
</style>
background-color css
<style>
a { background-color: #558FD5; }
a { background-color: rgb(85,143,213); }
div.DivClassName
{
background-color: #558FD5;
}
.BgClassName
{
background-color: #558FD5;
}
</style>
border-color css
<style>
span { border-color: #558FD5; }
span { border-color: rgb(85,143,213); }
td.TdClassName
{
border-color: #558FD5;
}
.TagClassName
{
border-color: #558FD5;
}
</style>