Shades of Picton Blue #558FD4
Tints of Picton Blue #558FD4
RGB
CMYK
RGB Variations
Color information
#558FD4 (or 0x558FD4) is known color: Picton Blue. HEX triplet: 55, 8F and D4. RGB value is (85,143,212). Sum of RGB (Red+Green+Blue) = 85+143+212=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 212 - color contains mainly: blue. Hex color #558FD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FD4 is #AA702B. Grayscale: #858585. Windows color (decimal): -11169836 or 13930325. OLE color: 13930325.
HSL color Cylindrical-coordinate representation of color #558FD4: hue angle of 212.6º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558FD4 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 143 | 212 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.17 |
| HSL | 212.6º | 0.6% | 0.58% | - |
| HSV(B) | 212.6º | 0.6% | 0.83% | - |
| XYZ | 25.45 | 26.33 | 66.03 | - |
| YUV | 133.52 | 172.28 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 212 | 0.60 | 0.33 | 0 | 0.17 | 212.6 | 0.6 | 0.58 |
| Hex | 55 | 8F | D4 | 3C | 21 | 0 | 11 | D5 | 3C | 3A |
| Octal | 125 | 217 | 324 | 74 | 41 | 0 | 21 | 325 | 74 | 72 |
| Binary | 1010101 | 10001111 | 11010100 | 111100 | 100001 | 0 | 10001 | 11010101 | 111100 | 111010 |
Color Harmonies of #558FD4
Complementary color
Monochromatic Colors of #558FD4
Black with #558FD4
Text Example
Text Example
White with #558FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FD4; }
p { color: rgb(85,143,212); }
H1.HeaderClassName
{
color: #558FD4;
}
.AnyTagClassName
{
color: #558FD4;
}
</style>
background-color css
<style>
a { background-color: #558FD4; }
a { background-color: rgb(85,143,212); }
div.DivClassName
{
background-color: #558FD4;
}
.BgClassName
{
background-color: #558FD4;
}
</style>
border-color css
<style>
span { border-color: #558FD4; }
span { border-color: rgb(85,143,212); }
td.TdClassName
{
border-color: #558FD4;
}
.TagClassName
{
border-color: #558FD4;
}
</style>