Shades of Picton Blue #569AD2
Tints of Picton Blue #569AD2
RGB
CMYK
RGB Variations
Color information
#569AD2 (or 0x569AD2) is known color: Picton Blue. HEX triplet: 56, 9A and D2. RGB value is (86,154,210). Sum of RGB (Red+Green+Blue) = 86+154+210=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 210 - color contains mainly: blue. Hex color #569AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569AD2 is #A9652D. Grayscale: #8B8B8B. Windows color (decimal): -11101486 or 13802070. OLE color: 13802070.
HSL color Cylindrical-coordinate representation of color #569AD2: hue angle of 207.1º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #569AD2 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 154 | 210 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.18 |
| HSL | 207.1º | 0.58% | 0.58% | - |
| HSV(B) | 207.1º | 0.59% | 0.82% | - |
| XYZ | 27.03 | 29.74 | 65.29 | - |
| YUV | 140.05 | 167.47 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 210 | 0.59 | 0.27 | 0 | 0.18 | 207.1 | 0.58 | 0.58 |
| Hex | 56 | 9A | D2 | 3B | 1B | 0 | 12 | CF | 3A | 3A |
| Octal | 126 | 232 | 322 | 73 | 33 | 0 | 22 | 317 | 72 | 72 |
| Binary | 1010110 | 10011010 | 11010010 | 111011 | 11011 | 0 | 10010 | 11001111 | 111010 | 111010 |
Color Harmonies of #569AD2
Complementary color
Monochromatic Colors of #569AD2
Black with #569AD2
Text Example
Text Example
White with #569AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569AD2; }
p { color: rgb(86,154,210); }
H1.HeaderClassName
{
color: #569AD2;
}
.AnyTagClassName
{
color: #569AD2;
}
</style>
background-color css
<style>
a { background-color: #569AD2; }
a { background-color: rgb(86,154,210); }
div.DivClassName
{
background-color: #569AD2;
}
.BgClassName
{
background-color: #569AD2;
}
</style>
border-color css
<style>
span { border-color: #569AD2; }
span { border-color: rgb(86,154,210); }
td.TdClassName
{
border-color: #569AD2;
}
.TagClassName
{
border-color: #569AD2;
}
</style>