Shades of Picton Blue #5998DC
Tints of Picton Blue #5998DC
RGB
CMYK
RGB Variations
Color information
#5998DC (or 0x5998DC) is known color: Picton Blue. HEX triplet: 59, 98 and DC. RGB value is (89,152,220). Sum of RGB (Red+Green+Blue) = 89+152+220=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 152 (59.77% from 255 or 32.97% 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 #5998DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5998DC is #A66723. Grayscale: #8C8C8C. Windows color (decimal): -10905380 or 14456921. OLE color: 14456921.
HSL color Cylindrical-coordinate representation of color #5998DC: hue angle of 211.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5998DC is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 152 | 220 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.14 |
| HSL | 211.15º | 0.65% | 0.61% | - |
| HSV(B) | 211.15º | 0.6% | 0.86% | - |
| XYZ | 28.27 | 29.75 | 71.96 | - |
| YUV | 140.92 | 172.63 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 220 | 0.60 | 0.31 | 0 | 0.14 | 211.15 | 0.65 | 0.61 |
| Hex | 59 | 98 | DC | 3C | 1F | 0 | E | D3 | 41 | 3D |
| Octal | 131 | 230 | 334 | 74 | 37 | 0 | 16 | 323 | 101 | 75 |
| Binary | 1011001 | 10011000 | 11011100 | 111100 | 11111 | 0 | 1110 | 11010011 | 1000001 | 111101 |
Color Harmonies of #5998DC
Complementary color
Monochromatic Colors of #5998DC
Black with #5998DC
Text Example
Text Example
White with #5998DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5998DC; }
p { color: rgb(89,152,220); }
H1.HeaderClassName
{
color: #5998DC;
}
.AnyTagClassName
{
color: #5998DC;
}
</style>
background-color css
<style>
a { background-color: #5998DC; }
a { background-color: rgb(89,152,220); }
div.DivClassName
{
background-color: #5998DC;
}
.BgClassName
{
background-color: #5998DC;
}
</style>
border-color css
<style>
span { border-color: #5998DC; }
span { border-color: rgb(89,152,220); }
td.TdClassName
{
border-color: #5998DC;
}
.TagClassName
{
border-color: #5998DC;
}
</style>