Shades of Picton Blue #558FD6
Tints of Picton Blue #558FD6
RGB
CMYK
RGB Variations
Color information
#558FD6 (or 0x558FD6) is known color: Picton Blue. HEX triplet: 55, 8F and D6. RGB value is (85,143,214). Sum of RGB (Red+Green+Blue) = 85+143+214=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #558FD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FD6 is #AA7029. Grayscale: #858585. Windows color (decimal): -11169834 or 14061397. OLE color: 14061397.
HSL color Cylindrical-coordinate representation of color #558FD6: hue angle of 213.02º degrees, saturation: 0.61, 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 #558FD6 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 143 | 214 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.16 |
| HSL | 213.02º | 0.61% | 0.59% | - |
| HSV(B) | 213.02º | 0.6% | 0.84% | - |
| XYZ | 25.71 | 26.43 | 67.37 | - |
| YUV | 133.75 | 173.28 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 214 | 0.60 | 0.33 | 0 | 0.16 | 213.02 | 0.61 | 0.59 |
| Hex | 55 | 8F | D6 | 3C | 21 | 0 | 10 | D5 | 3D | 3B |
| Octal | 125 | 217 | 326 | 74 | 41 | 0 | 20 | 325 | 75 | 73 |
| Binary | 1010101 | 10001111 | 11010110 | 111100 | 100001 | 0 | 10000 | 11010101 | 111101 | 111011 |
Color Harmonies of #558FD6
Complementary color
Monochromatic Colors of #558FD6
Black with #558FD6
Text Example
Text Example
White with #558FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FD6; }
p { color: rgb(85,143,214); }
H1.HeaderClassName
{
color: #558FD6;
}
.AnyTagClassName
{
color: #558FD6;
}
</style>
background-color css
<style>
a { background-color: #558FD6; }
a { background-color: rgb(85,143,214); }
div.DivClassName
{
background-color: #558FD6;
}
.BgClassName
{
background-color: #558FD6;
}
</style>
border-color css
<style>
span { border-color: #558FD6; }
span { border-color: rgb(85,143,214); }
td.TdClassName
{
border-color: #558FD6;
}
.TagClassName
{
border-color: #558FD6;
}
</style>