Shades of Picton Blue #558FD8
Tints of Picton Blue #558FD8
RGB
CMYK
RGB Variations
Color information
#558FD8 (or 0x558FD8) is known color: Picton Blue. HEX triplet: 55, 8F and D8. RGB value is (85,143,216). Sum of RGB (Red+Green+Blue) = 85+143+216=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #558FD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FD8 is #AA7027. Grayscale: #858585. Windows color (decimal): -11169832 or 14192469. OLE color: 14192469.
HSL color Cylindrical-coordinate representation of color #558FD8: hue angle of 213.44º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #558FD8 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 143 | 216 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.15 |
| HSL | 213.44º | 0.63% | 0.59% | - |
| HSV(B) | 213.44º | 0.61% | 0.85% | - |
| XYZ | 25.96 | 26.53 | 68.72 | - |
| YUV | 133.98 | 174.28 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 216 | 0.61 | 0.34 | 0 | 0.15 | 213.44 | 0.63 | 0.59 |
| Hex | 55 | 8F | D8 | 3D | 22 | 0 | F | D5 | 3F | 3B |
| Octal | 125 | 217 | 330 | 75 | 42 | 0 | 17 | 325 | 77 | 73 |
| Binary | 1010101 | 10001111 | 11011000 | 111101 | 100010 | 0 | 1111 | 11010101 | 111111 | 111011 |
Color Harmonies of #558FD8
Complementary color
Monochromatic Colors of #558FD8
Black with #558FD8
Text Example
Text Example
White with #558FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FD8; }
p { color: rgb(85,143,216); }
H1.HeaderClassName
{
color: #558FD8;
}
.AnyTagClassName
{
color: #558FD8;
}
</style>
background-color css
<style>
a { background-color: #558FD8; }
a { background-color: rgb(85,143,216); }
div.DivClassName
{
background-color: #558FD8;
}
.BgClassName
{
background-color: #558FD8;
}
</style>
border-color css
<style>
span { border-color: #558FD8; }
span { border-color: rgb(85,143,216); }
td.TdClassName
{
border-color: #558FD8;
}
.TagClassName
{
border-color: #558FD8;
}
</style>