Shades of Picton Blue #5898DD
Tints of Picton Blue #5898DD
RGB
CMYK
RGB Variations
Color information
#5898DD (or 0x5898DD) is known color: Picton Blue. HEX triplet: 58, 98 and DD. RGB value is (88,152,221). Sum of RGB (Red+Green+Blue) = 88+152+221=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #5898DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5898DD is #A76722. Grayscale: #8C8C8C. Windows color (decimal): -10970915 or 14522456. OLE color: 14522456.
HSL color Cylindrical-coordinate representation of color #5898DD: hue angle of 211.13º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5898DD is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 152 | 221 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.13 |
| HSL | 211.13º | 0.66% | 0.61% | - |
| HSV(B) | 211.13º | 0.6% | 0.87% | - |
| XYZ | 28.3 | 29.75 | 72.66 | - |
| YUV | 140.73 | 173.3 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 221 | 0.60 | 0.31 | 0 | 0.13 | 211.13 | 0.66 | 0.61 |
| Hex | 58 | 98 | DD | 3C | 1F | 0 | D | D3 | 42 | 3D |
| Octal | 130 | 230 | 335 | 74 | 37 | 0 | 15 | 323 | 102 | 75 |
| Binary | 1011000 | 10011000 | 11011101 | 111100 | 11111 | 0 | 1101 | 11010011 | 1000010 | 111101 |
Color Harmonies of #5898DD
Complementary color
Monochromatic Colors of #5898DD
Black with #5898DD
Text Example
Text Example
White with #5898DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5898DD; }
p { color: rgb(88,152,221); }
H1.HeaderClassName
{
color: #5898DD;
}
.AnyTagClassName
{
color: #5898DD;
}
</style>
background-color css
<style>
a { background-color: #5898DD; }
a { background-color: rgb(88,152,221); }
div.DivClassName
{
background-color: #5898DD;
}
.BgClassName
{
background-color: #5898DD;
}
</style>
border-color css
<style>
span { border-color: #5898DD; }
span { border-color: rgb(88,152,221); }
td.TdClassName
{
border-color: #5898DD;
}
.TagClassName
{
border-color: #5898DD;
}
</style>