Shades of Picton Blue #5998CC
Tints of Picton Blue #5998CC
RGB
CMYK
RGB Variations
Color information
#5998CC (or 0x5998CC) is known color: Picton Blue. HEX triplet: 59, 98 and CC. RGB value is (89,152,204). Sum of RGB (Red+Green+Blue) = 89+152+204=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #5998CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5998CC is #A66733. Grayscale: #8A8A8A. Windows color (decimal): -10905396 or 13408345. OLE color: 13408345.
HSL color Cylindrical-coordinate representation of color #5998CC: hue angle of 207.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5998CC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 152 | 204 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.2 |
| HSL | 207.13º | 0.53% | 0.57% | - |
| HSV(B) | 207.13º | 0.56% | 0.8% | - |
| XYZ | 26.25 | 28.94 | 61.33 | - |
| YUV | 139.09 | 164.63 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 204 | 0.56 | 0.25 | 0 | 0.2 | 207.13 | 0.53 | 0.57 |
| Hex | 59 | 98 | CC | 38 | 19 | 0 | 14 | CF | 35 | 39 |
| Octal | 131 | 230 | 314 | 70 | 31 | 0 | 24 | 317 | 65 | 71 |
| Binary | 1011001 | 10011000 | 11001100 | 111000 | 11001 | 0 | 10100 | 11001111 | 110101 | 111001 |
Color Harmonies of #5998CC
Complementary color
Monochromatic Colors of #5998CC
Black with #5998CC
Text Example
Text Example
White with #5998CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5998CC; }
p { color: rgb(89,152,204); }
H1.HeaderClassName
{
color: #5998CC;
}
.AnyTagClassName
{
color: #5998CC;
}
</style>
background-color css
<style>
a { background-color: #5998CC; }
a { background-color: rgb(89,152,204); }
div.DivClassName
{
background-color: #5998CC;
}
.BgClassName
{
background-color: #5998CC;
}
</style>
border-color css
<style>
span { border-color: #5998CC; }
span { border-color: rgb(89,152,204); }
td.TdClassName
{
border-color: #5998CC;
}
.TagClassName
{
border-color: #5998CC;
}
</style>