Shades of Picton Blue #5699CE
Tints of Picton Blue #5699CE
RGB
CMYK
RGB Variations
Color information
#5699CE (or 0x5699CE) is known color: Picton Blue. HEX triplet: 56, 99 and CE. RGB value is (86,153,206). Sum of RGB (Red+Green+Blue) = 86+153+206=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #5699CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5699CE is #A96631. Grayscale: #8A8A8A. Windows color (decimal): -11101746 or 13539670. OLE color: 13539670.
HSL color Cylindrical-coordinate representation of color #5699CE: hue angle of 206.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5699CE is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 153 | 206 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.19 |
| HSL | 206.5º | 0.55% | 0.57% | - |
| HSV(B) | 206.5º | 0.58% | 0.81% | - |
| XYZ | 26.37 | 29.22 | 62.64 | - |
| YUV | 139.01 | 165.8 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 206 | 0.58 | 0.26 | 0 | 0.19 | 206.5 | 0.55 | 0.57 |
| Hex | 56 | 99 | CE | 3A | 1A | 0 | 13 | CE | 37 | 39 |
| Octal | 126 | 231 | 316 | 72 | 32 | 0 | 23 | 316 | 67 | 71 |
| Binary | 1010110 | 10011001 | 11001110 | 111010 | 11010 | 0 | 10011 | 11001110 | 110111 | 111001 |
Color Harmonies of #5699CE
Complementary color
Monochromatic Colors of #5699CE
Black with #5699CE
Text Example
Text Example
White with #5699CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5699CE; }
p { color: rgb(86,153,206); }
H1.HeaderClassName
{
color: #5699CE;
}
.AnyTagClassName
{
color: #5699CE;
}
</style>
background-color css
<style>
a { background-color: #5699CE; }
a { background-color: rgb(86,153,206); }
div.DivClassName
{
background-color: #5699CE;
}
.BgClassName
{
background-color: #5699CE;
}
</style>
border-color css
<style>
span { border-color: #5699CE; }
span { border-color: rgb(86,153,206); }
td.TdClassName
{
border-color: #5699CE;
}
.TagClassName
{
border-color: #5699CE;
}
</style>