Shades of Picton Blue #568FD5
Tints of Picton Blue #568FD5
RGB
CMYK
RGB Variations
Color information
#568FD5 (or 0x568FD5) is known color: Picton Blue. HEX triplet: 56, 8F and D5. RGB value is (86,143,213). Sum of RGB (Red+Green+Blue) = 86+143+213=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #568FD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568FD5 is #A9702A. Grayscale: #858585. Windows color (decimal): -11104299 or 13995862. OLE color: 13995862.
HSL color Cylindrical-coordinate representation of color #568FD5: hue angle of 213.07º degrees, saturation: 0.6, 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 #568FD5 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 143 | 213 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.16 |
| HSL | 213.07º | 0.6% | 0.59% | - |
| HSV(B) | 213.07º | 0.6% | 0.84% | - |
| XYZ | 25.67 | 26.43 | 66.7 | - |
| YUV | 133.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 213 | 0.60 | 0.33 | 0 | 0.16 | 213.07 | 0.6 | 0.59 |
| Hex | 56 | 8F | D5 | 3C | 21 | 0 | 10 | D5 | 3C | 3B |
| Octal | 126 | 217 | 325 | 74 | 41 | 0 | 20 | 325 | 74 | 73 |
| Binary | 1010110 | 10001111 | 11010101 | 111100 | 100001 | 0 | 10000 | 11010101 | 111100 | 111011 |
Color Harmonies of #568FD5
Complementary color
Monochromatic Colors of #568FD5
Black with #568FD5
Text Example
Text Example
White with #568FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568FD5; }
p { color: rgb(86,143,213); }
H1.HeaderClassName
{
color: #568FD5;
}
.AnyTagClassName
{
color: #568FD5;
}
</style>
background-color css
<style>
a { background-color: #568FD5; }
a { background-color: rgb(86,143,213); }
div.DivClassName
{
background-color: #568FD5;
}
.BgClassName
{
background-color: #568FD5;
}
</style>
border-color css
<style>
span { border-color: #568FD5; }
span { border-color: rgb(86,143,213); }
td.TdClassName
{
border-color: #568FD5;
}
.TagClassName
{
border-color: #568FD5;
}
</style>