Shades of Picton Blue #5699CC
Tints of Picton Blue #5699CC
RGB
CMYK
RGB Variations
Color information
#5699CC (or 0x5699CC) is known color: Picton Blue. HEX triplet: 56, 99 and CC. RGB value is (86,153,204). Sum of RGB (Red+Green+Blue) = 86+153+204=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #5699CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5699CC is #A96633. Grayscale: #8A8A8A. Windows color (decimal): -11101748 or 13408598. OLE color: 13408598.
HSL color Cylindrical-coordinate representation of color #5699CC: hue angle of 205.93º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5699CC is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 153 | 204 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.2 |
| HSL | 205.93º | 0.54% | 0.57% | - |
| HSV(B) | 205.93º | 0.58% | 0.8% | - |
| XYZ | 26.13 | 29.12 | 61.37 | - |
| YUV | 138.78 | 164.8 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 204 | 0.58 | 0.25 | 0 | 0.2 | 205.93 | 0.54 | 0.57 |
| Hex | 56 | 99 | CC | 3A | 19 | 0 | 14 | CE | 36 | 39 |
| Octal | 126 | 231 | 314 | 72 | 31 | 0 | 24 | 316 | 66 | 71 |
| Binary | 1010110 | 10011001 | 11001100 | 111010 | 11001 | 0 | 10100 | 11001110 | 110110 | 111001 |
Color Harmonies of #5699CC
Complementary color
Monochromatic Colors of #5699CC
Black with #5699CC
Text Example
Text Example
White with #5699CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5699CC; }
p { color: rgb(86,153,204); }
H1.HeaderClassName
{
color: #5699CC;
}
.AnyTagClassName
{
color: #5699CC;
}
</style>
background-color css
<style>
a { background-color: #5699CC; }
a { background-color: rgb(86,153,204); }
div.DivClassName
{
background-color: #5699CC;
}
.BgClassName
{
background-color: #5699CC;
}
</style>
border-color css
<style>
span { border-color: #5699CC; }
span { border-color: rgb(86,153,204); }
td.TdClassName
{
border-color: #5699CC;
}
.TagClassName
{
border-color: #5699CC;
}
</style>