Shades of Picton Blue #5597D0
Tints of Picton Blue #5597D0
RGB
CMYK
RGB Variations
Color information
#5597D0 (or 0x5597D0) is known color: Picton Blue. HEX triplet: 55, 97 and D0. RGB value is (85,151,208). Sum of RGB (Red+Green+Blue) = 85+151+208=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #5597D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5597D0 is #AA682F. Grayscale: #898989. Windows color (decimal): -11167792 or 13670229. OLE color: 13670229.
HSL color Cylindrical-coordinate representation of color #5597D0: hue angle of 207.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5597D0 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 151 | 208 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.18 |
| HSL | 207.8º | 0.57% | 0.57% | - |
| HSV(B) | 207.8º | 0.59% | 0.82% | - |
| XYZ | 26.2 | 28.62 | 63.82 | - |
| YUV | 137.76 | 167.63 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 208 | 0.59 | 0.27 | 0 | 0.18 | 207.8 | 0.57 | 0.57 |
| Hex | 55 | 97 | D0 | 3B | 1B | 0 | 12 | D0 | 39 | 39 |
| Octal | 125 | 227 | 320 | 73 | 33 | 0 | 22 | 320 | 71 | 71 |
| Binary | 1010101 | 10010111 | 11010000 | 111011 | 11011 | 0 | 10010 | 11010000 | 111001 | 111001 |
Color Harmonies of #5597D0
Complementary color
Monochromatic Colors of #5597D0
Black with #5597D0
Text Example
Text Example
White with #5597D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5597D0; }
p { color: rgb(85,151,208); }
H1.HeaderClassName
{
color: #5597D0;
}
.AnyTagClassName
{
color: #5597D0;
}
</style>
background-color css
<style>
a { background-color: #5597D0; }
a { background-color: rgb(85,151,208); }
div.DivClassName
{
background-color: #5597D0;
}
.BgClassName
{
background-color: #5597D0;
}
</style>
border-color css
<style>
span { border-color: #5597D0; }
span { border-color: rgb(85,151,208); }
td.TdClassName
{
border-color: #5597D0;
}
.TagClassName
{
border-color: #5597D0;
}
</style>