Shades of Picton Blue #5997D0
Tints of Picton Blue #5997D0
RGB
CMYK
RGB Variations
Color information
#5997D0 (or 0x5997D0) is known color: Picton Blue. HEX triplet: 59, 97 and D0. RGB value is (89,151,208). Sum of RGB (Red+Green+Blue) = 89+151+208=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #5997D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5997D0 is #A6682F. Grayscale: #8A8A8A. Windows color (decimal): -10905648 or 13670233. OLE color: 13670233.
HSL color Cylindrical-coordinate representation of color #5997D0: hue angle of 208.74º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5997D0 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 151 | 208 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.18 |
| HSL | 208.74º | 0.56% | 0.58% | - |
| HSV(B) | 208.74º | 0.57% | 0.82% | - |
| XYZ | 26.57 | 28.81 | 63.84 | - |
| YUV | 138.96 | 166.96 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 208 | 0.57 | 0.27 | 0 | 0.18 | 208.74 | 0.56 | 0.58 |
| Hex | 59 | 97 | D0 | 39 | 1B | 0 | 12 | D1 | 38 | 3A |
| Octal | 131 | 227 | 320 | 71 | 33 | 0 | 22 | 321 | 70 | 72 |
| Binary | 1011001 | 10010111 | 11010000 | 111001 | 11011 | 0 | 10010 | 11010001 | 111000 | 111010 |
Color Harmonies of #5997D0
Complementary color
Monochromatic Colors of #5997D0
Black with #5997D0
Text Example
Text Example
White with #5997D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5997D0; }
p { color: rgb(89,151,208); }
H1.HeaderClassName
{
color: #5997D0;
}
.AnyTagClassName
{
color: #5997D0;
}
</style>
background-color css
<style>
a { background-color: #5997D0; }
a { background-color: rgb(89,151,208); }
div.DivClassName
{
background-color: #5997D0;
}
.BgClassName
{
background-color: #5997D0;
}
</style>
border-color css
<style>
span { border-color: #5997D0; }
span { border-color: rgb(89,151,208); }
td.TdClassName
{
border-color: #5997D0;
}
.TagClassName
{
border-color: #5997D0;
}
</style>