Shades of Picton Blue #5697CB
Tints of Picton Blue #5697CB
RGB
CMYK
RGB Variations
Color information
#5697CB (or 0x5697CB) is known color: Picton Blue. HEX triplet: 56, 97 and CB. RGB value is (86,151,203). Sum of RGB (Red+Green+Blue) = 86+151+203=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #5697CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5697CB is #A96834. Grayscale: #898989. Windows color (decimal): -11102261 or 13342550. OLE color: 13342550.
HSL color Cylindrical-coordinate representation of color #5697CB: hue angle of 206.67º degrees, saturation: 0.53, 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 #5697CB is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 151 | 203 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.20 |
| HSL | 206.67º | 0.53% | 0.57% | - |
| HSV(B) | 206.67º | 0.58% | 0.8% | - |
| XYZ | 25.68 | 28.42 | 60.63 | - |
| YUV | 137.49 | 164.97 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 151 | 203 | 0.58 | 0.26 | 0 | 0.20 | 206.67 | 0.53 | 0.57 |
| Hex | 56 | 97 | CB | 3A | 1A | 0 | 14 | CF | 35 | 39 |
| Octal | 126 | 227 | 313 | 72 | 32 | 0 | 24 | 317 | 65 | 71 |
| Binary | 1010110 | 10010111 | 11001011 | 111010 | 11010 | 0 | 10100 | 11001111 | 110101 | 111001 |
Color Harmonies of #5697CB
Complementary color
Monochromatic Colors of #5697CB
Black with #5697CB
Text Example
Text Example
White with #5697CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5697CB; }
p { color: rgb(86,151,203); }
H1.HeaderClassName
{
color: #5697CB;
}
.AnyTagClassName
{
color: #5697CB;
}
</style>
background-color css
<style>
a { background-color: #5697CB; }
a { background-color: rgb(86,151,203); }
div.DivClassName
{
background-color: #5697CB;
}
.BgClassName
{
background-color: #5697CB;
}
</style>
border-color css
<style>
span { border-color: #5697CB; }
span { border-color: rgb(86,151,203); }
td.TdClassName
{
border-color: #5697CB;
}
.TagClassName
{
border-color: #5697CB;
}
</style>