Shades of Picton Blue #5798CC
Tints of Picton Blue #5798CC
RGB
CMYK
RGB Variations
Color information
#5798CC (or 0x5798CC) is known color: Picton Blue. HEX triplet: 57, 98 and CC. RGB value is (87,152,204). Sum of RGB (Red+Green+Blue) = 87+152+204=443 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.64% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #5798CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5798CC is #A86733. Grayscale: #8A8A8A. Windows color (decimal): -11036468 or 13408343. OLE color: 13408343.
HSL color Cylindrical-coordinate representation of color #5798CC: hue angle of 206.67º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5798CC is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 152 | 204 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.2 |
| HSL | 206.67º | 0.53% | 0.57% | - |
| HSV(B) | 206.67º | 0.57% | 0.8% | - |
| XYZ | 26.06 | 28.84 | 61.32 | - |
| YUV | 138.49 | 164.97 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 152 | 204 | 0.57 | 0.25 | 0 | 0.2 | 206.67 | 0.53 | 0.57 |
| Hex | 57 | 98 | CC | 39 | 19 | 0 | 14 | CF | 35 | 39 |
| Octal | 127 | 230 | 314 | 71 | 31 | 0 | 24 | 317 | 65 | 71 |
| Binary | 1010111 | 10011000 | 11001100 | 111001 | 11001 | 0 | 10100 | 11001111 | 110101 | 111001 |
Color Harmonies of #5798CC
Complementary color
Monochromatic Colors of #5798CC
Black with #5798CC
Text Example
Text Example
White with #5798CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5798CC; }
p { color: rgb(87,152,204); }
H1.HeaderClassName
{
color: #5798CC;
}
.AnyTagClassName
{
color: #5798CC;
}
</style>
background-color css
<style>
a { background-color: #5798CC; }
a { background-color: rgb(87,152,204); }
div.DivClassName
{
background-color: #5798CC;
}
.BgClassName
{
background-color: #5798CC;
}
</style>
border-color css
<style>
span { border-color: #5798CC; }
span { border-color: rgb(87,152,204); }
td.TdClassName
{
border-color: #5798CC;
}
.TagClassName
{
border-color: #5798CC;
}
</style>