Shades of Picton Blue #5899DC
Tints of Picton Blue #5899DC
RGB
CMYK
RGB Variations
Color information
#5899DC (or 0x5899DC) is known color: Picton Blue. HEX triplet: 58, 99 and DC. RGB value is (88,153,220). Sum of RGB (Red+Green+Blue) = 88+153+220=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #5899DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5899DC is #A76623. Grayscale: #8C8C8C. Windows color (decimal): -10970660 or 14457176. OLE color: 14457176.
HSL color Cylindrical-coordinate representation of color #5899DC: hue angle of 210.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5899DC is Cyan = 0.6, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 153 | 220 | - |
| CMYK | 0.6 | 0.30 | 0 | 0.14 |
| HSL | 210.45º | 0.65% | 0.6% | - |
| HSV(B) | 210.45º | 0.6% | 0.86% | - |
| XYZ | 28.33 | 30.02 | 72.01 | - |
| YUV | 141.2 | 172.47 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 220 | 0.6 | 0.30 | 0 | 0.14 | 210.45 | 0.65 | 0.6 |
| Hex | 58 | 99 | DC | 3C | 1E | 0 | E | D2 | 41 | 3C |
| Octal | 130 | 231 | 334 | 74 | 36 | 0 | 16 | 322 | 101 | 74 |
| Binary | 1011000 | 10011001 | 11011100 | 111100 | 11110 | 0 | 1110 | 11010010 | 1000001 | 111100 |
Color Harmonies of #5899DC
Complementary color
Monochromatic Colors of #5899DC
Black with #5899DC
Text Example
Text Example
White with #5899DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5899DC; }
p { color: rgb(88,153,220); }
H1.HeaderClassName
{
color: #5899DC;
}
.AnyTagClassName
{
color: #5899DC;
}
</style>
background-color css
<style>
a { background-color: #5899DC; }
a { background-color: rgb(88,153,220); }
div.DivClassName
{
background-color: #5899DC;
}
.BgClassName
{
background-color: #5899DC;
}
</style>
border-color css
<style>
span { border-color: #5899DC; }
span { border-color: rgb(88,153,220); }
td.TdClassName
{
border-color: #5899DC;
}
.TagClassName
{
border-color: #5899DC;
}
</style>