Shades of Picton Blue #5699D7
Tints of Picton Blue #5699D7
RGB
CMYK
RGB Variations
Color information
#5699D7 (or 0x5699D7) is known color: Picton Blue. HEX triplet: 56, 99 and D7. RGB value is (86,153,215). Sum of RGB (Red+Green+Blue) = 86+153+215=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #5699D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5699D7 is #A96628. Grayscale: #8B8B8B. Windows color (decimal): -11101737 or 14129494. OLE color: 14129494.
HSL color Cylindrical-coordinate representation of color #5699D7: hue angle of 208.84º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5699D7 is Cyan = 0.6, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 153 | 215 | - |
| CMYK | 0.6 | 0.29 | 0 | 0.16 |
| HSL | 208.84º | 0.62% | 0.59% | - |
| HSV(B) | 208.84º | 0.6% | 0.84% | - |
| XYZ | 27.49 | 29.67 | 68.57 | - |
| YUV | 140.04 | 170.3 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 215 | 0.6 | 0.29 | 0 | 0.16 | 208.84 | 0.62 | 0.59 |
| Hex | 56 | 99 | D7 | 3C | 1D | 0 | 10 | D1 | 3E | 3B |
| Octal | 126 | 231 | 327 | 74 | 35 | 0 | 20 | 321 | 76 | 73 |
| Binary | 1010110 | 10011001 | 11010111 | 111100 | 11101 | 0 | 10000 | 11010001 | 111110 | 111011 |
Color Harmonies of #5699D7
Complementary color
Monochromatic Colors of #5699D7
Black with #5699D7
Text Example
Text Example
White with #5699D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5699D7; }
p { color: rgb(86,153,215); }
H1.HeaderClassName
{
color: #5699D7;
}
.AnyTagClassName
{
color: #5699D7;
}
</style>
background-color css
<style>
a { background-color: #5699D7; }
a { background-color: rgb(86,153,215); }
div.DivClassName
{
background-color: #5699D7;
}
.BgClassName
{
background-color: #5699D7;
}
</style>
border-color css
<style>
span { border-color: #5699D7; }
span { border-color: rgb(86,153,215); }
td.TdClassName
{
border-color: #5699D7;
}
.TagClassName
{
border-color: #5699D7;
}
</style>