Shades of Picton Blue #5890D7
Tints of Picton Blue #5890D7
RGB
CMYK
RGB Variations
Color information
#5890D7 (or 0x5890D7) is known color: Picton Blue. HEX triplet: 58, 90 and D7. RGB value is (88,144,215). Sum of RGB (Red+Green+Blue) = 88+144+215=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #5890D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5890D7 is #A76F28. Grayscale: #878787. Windows color (decimal): -10972969 or 14127192. OLE color: 14127192.
HSL color Cylindrical-coordinate representation of color #5890D7: hue angle of 213.54º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5890D7 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 144 | 215 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.16 |
| HSL | 213.54º | 0.61% | 0.59% | - |
| HSV(B) | 213.54º | 0.59% | 0.84% | - |
| XYZ | 26.26 | 26.93 | 68.1 | - |
| YUV | 135.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 215 | 0.59 | 0.33 | 0 | 0.16 | 213.54 | 0.61 | 0.59 |
| Hex | 58 | 90 | D7 | 3B | 21 | 0 | 10 | D6 | 3D | 3B |
| Octal | 130 | 220 | 327 | 73 | 41 | 0 | 20 | 326 | 75 | 73 |
| Binary | 1011000 | 10010000 | 11010111 | 111011 | 100001 | 0 | 10000 | 11010110 | 111101 | 111011 |
Color Harmonies of #5890D7
Complementary color
Monochromatic Colors of #5890D7
Black with #5890D7
Text Example
Text Example
White with #5890D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5890D7; }
p { color: rgb(88,144,215); }
H1.HeaderClassName
{
color: #5890D7;
}
.AnyTagClassName
{
color: #5890D7;
}
</style>
background-color css
<style>
a { background-color: #5890D7; }
a { background-color: rgb(88,144,215); }
div.DivClassName
{
background-color: #5890D7;
}
.BgClassName
{
background-color: #5890D7;
}
</style>
border-color css
<style>
span { border-color: #5890D7; }
span { border-color: rgb(88,144,215); }
td.TdClassName
{
border-color: #5890D7;
}
.TagClassName
{
border-color: #5890D7;
}
</style>