Shades of Picton Blue #5996D3
Tints of Picton Blue #5996D3
RGB
CMYK
RGB Variations
Color information
#5996D3 (or 0x5996D3) is known color: Picton Blue. HEX triplet: 59, 96 and D3. RGB value is (89,150,211). Sum of RGB (Red+Green+Blue) = 89+150+211=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 211 - color contains mainly: blue. Hex color #5996D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5996D3 is #A6692C. Grayscale: #8A8A8A. Windows color (decimal): -10905901 or 13866585. OLE color: 13866585.
HSL color Cylindrical-coordinate representation of color #5996D3: hue angle of 210º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5996D3 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 150 | 211 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.17 |
| HSL | 210º | 0.58% | 0.59% | - |
| HSV(B) | 210º | 0.58% | 0.83% | - |
| XYZ | 26.78 | 28.64 | 65.74 | - |
| YUV | 138.72 | 168.79 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 150 | 211 | 0.58 | 0.29 | 0 | 0.17 | 210 | 0.58 | 0.59 |
| Hex | 59 | 96 | D3 | 3A | 1D | 0 | 11 | D2 | 3A | 3B |
| Octal | 131 | 226 | 323 | 72 | 35 | 0 | 21 | 322 | 72 | 73 |
| Binary | 1011001 | 10010110 | 11010011 | 111010 | 11101 | 0 | 10001 | 11010010 | 111010 | 111011 |
Color Harmonies of #5996D3
Complementary color
Monochromatic Colors of #5996D3
Black with #5996D3
Text Example
Text Example
White with #5996D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5996D3; }
p { color: rgb(89,150,211); }
H1.HeaderClassName
{
color: #5996D3;
}
.AnyTagClassName
{
color: #5996D3;
}
</style>
background-color css
<style>
a { background-color: #5996D3; }
a { background-color: rgb(89,150,211); }
div.DivClassName
{
background-color: #5996D3;
}
.BgClassName
{
background-color: #5996D3;
}
</style>
border-color css
<style>
span { border-color: #5996D3; }
span { border-color: rgb(89,150,211); }
td.TdClassName
{
border-color: #5996D3;
}
.TagClassName
{
border-color: #5996D3;
}
</style>