Shades of Picton Blue #569ADE
Tints of Picton Blue #569ADE
RGB
CMYK
RGB Variations
Color information
#569ADE (or 0x569ADE) is known color: Picton Blue. HEX triplet: 56, 9A and DE. RGB value is (86,154,222). Sum of RGB (Red+Green+Blue) = 86+154+222=462 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.61% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #569ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ADE is #A96521. Grayscale: #8D8D8D. Windows color (decimal): -11101474 or 14588502. OLE color: 14588502.
HSL color Cylindrical-coordinate representation of color #569ADE: hue angle of 210º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569ADE is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 154 | 222 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.13 |
| HSL | 210º | 0.67% | 0.6% | - |
| HSV(B) | 210º | 0.61% | 0.87% | - |
| XYZ | 28.58 | 30.36 | 73.46 | - |
| YUV | 141.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 222 | 0.61 | 0.31 | 0 | 0.13 | 210 | 0.67 | 0.6 |
| Hex | 56 | 9A | DE | 3D | 1F | 0 | D | D2 | 43 | 3C |
| Octal | 126 | 232 | 336 | 75 | 37 | 0 | 15 | 322 | 103 | 74 |
| Binary | 1010110 | 10011010 | 11011110 | 111101 | 11111 | 0 | 1101 | 11010010 | 1000011 | 111100 |
Color Harmonies of #569ADE
Complementary color
Monochromatic Colors of #569ADE
Black with #569ADE
Text Example
Text Example
White with #569ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569ADE; }
p { color: rgb(86,154,222); }
H1.HeaderClassName
{
color: #569ADE;
}
.AnyTagClassName
{
color: #569ADE;
}
</style>
background-color css
<style>
a { background-color: #569ADE; }
a { background-color: rgb(86,154,222); }
div.DivClassName
{
background-color: #569ADE;
}
.BgClassName
{
background-color: #569ADE;
}
</style>
border-color css
<style>
span { border-color: #569ADE; }
span { border-color: rgb(86,154,222); }
td.TdClassName
{
border-color: #569ADE;
}
.TagClassName
{
border-color: #569ADE;
}
</style>