Shades of Picton Blue #558FD7
Tints of Picton Blue #558FD7
RGB
CMYK
RGB Variations
Color information
#558FD7 (or 0x558FD7) is known color: Picton Blue. HEX triplet: 55, 8F and D7. RGB value is (85,143,215). Sum of RGB (Red+Green+Blue) = 85+143+215=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #558FD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FD7 is #AA7028. Grayscale: #858585. Windows color (decimal): -11169833 or 14126933. OLE color: 14126933.
HSL color Cylindrical-coordinate representation of color #558FD7: hue angle of 213.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558FD7 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 143 | 215 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.16 |
| HSL | 213.23º | 0.62% | 0.59% | - |
| HSV(B) | 213.23º | 0.6% | 0.84% | - |
| XYZ | 25.83 | 26.48 | 68.04 | - |
| YUV | 133.87 | 173.78 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 215 | 0.60 | 0.33 | 0 | 0.16 | 213.23 | 0.62 | 0.59 |
| Hex | 55 | 8F | D7 | 3C | 21 | 0 | 10 | D5 | 3E | 3B |
| Octal | 125 | 217 | 327 | 74 | 41 | 0 | 20 | 325 | 76 | 73 |
| Binary | 1010101 | 10001111 | 11010111 | 111100 | 100001 | 0 | 10000 | 11010101 | 111110 | 111011 |
Color Harmonies of #558FD7
Complementary color
Monochromatic Colors of #558FD7
Black with #558FD7
Text Example
Text Example
White with #558FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FD7; }
p { color: rgb(85,143,215); }
H1.HeaderClassName
{
color: #558FD7;
}
.AnyTagClassName
{
color: #558FD7;
}
</style>
background-color css
<style>
a { background-color: #558FD7; }
a { background-color: rgb(85,143,215); }
div.DivClassName
{
background-color: #558FD7;
}
.BgClassName
{
background-color: #558FD7;
}
</style>
border-color css
<style>
span { border-color: #558FD7; }
span { border-color: rgb(85,143,215); }
td.TdClassName
{
border-color: #558FD7;
}
.TagClassName
{
border-color: #558FD7;
}
</style>