Shades of Picton Blue #569BE0
Tints of Picton Blue #569BE0
RGB
CMYK
RGB Variations
Color information
#569BE0 (or 0x569BE0) is known color: Picton Blue. HEX triplet: 56, 9B and E0. RGB value is (86,155,224). Sum of RGB (Red+Green+Blue) = 86+155+224=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #569BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569BE0 is #A9641F. Grayscale: #8D8D8D. Windows color (decimal): -11101216 or 14719830. OLE color: 14719830.
HSL color Cylindrical-coordinate representation of color #569BE0: hue angle of 210º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #569BE0 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 155 | 224 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.12 |
| HSL | 210º | 0.69% | 0.61% | - |
| HSV(B) | 210º | 0.62% | 0.88% | - |
| XYZ | 29.01 | 30.8 | 74.94 | - |
| YUV | 142.24 | 174.14 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 155 | 224 | 0.62 | 0.31 | 0 | 0.12 | 210 | 0.69 | 0.61 |
| Hex | 56 | 9B | E0 | 3E | 1F | 0 | C | D2 | 45 | 3D |
| Octal | 126 | 233 | 340 | 76 | 37 | 0 | 14 | 322 | 105 | 75 |
| Binary | 1010110 | 10011011 | 11100000 | 111110 | 11111 | 0 | 1100 | 11010010 | 1000101 | 111101 |
Color Harmonies of #569BE0
Complementary color
Monochromatic Colors of #569BE0
Black with #569BE0
Text Example
Text Example
White with #569BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569BE0; }
p { color: rgb(86,155,224); }
H1.HeaderClassName
{
color: #569BE0;
}
.AnyTagClassName
{
color: #569BE0;
}
</style>
background-color css
<style>
a { background-color: #569BE0; }
a { background-color: rgb(86,155,224); }
div.DivClassName
{
background-color: #569BE0;
}
.BgClassName
{
background-color: #569BE0;
}
</style>
border-color css
<style>
span { border-color: #569BE0; }
span { border-color: rgb(86,155,224); }
td.TdClassName
{
border-color: #569BE0;
}
.TagClassName
{
border-color: #569BE0;
}
</style>