Shades of Picton Blue #5898CC
Tints of Picton Blue #5898CC
RGB
CMYK
RGB Variations
Color information
#5898CC (or 0x5898CC) is known color: Picton Blue. HEX triplet: 58, 98 and CC. RGB value is (88,152,204). Sum of RGB (Red+Green+Blue) = 88+152+204=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #5898CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5898CC is #A76733. Grayscale: #8A8A8A. Windows color (decimal): -10970932 or 13408344. OLE color: 13408344.
HSL color Cylindrical-coordinate representation of color #5898CC: hue angle of 206.9º 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 #5898CC is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 152 | 204 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.2 |
| HSL | 206.9º | 0.53% | 0.57% | - |
| HSV(B) | 206.9º | 0.57% | 0.8% | - |
| XYZ | 26.15 | 28.89 | 61.32 | - |
| YUV | 138.79 | 164.8 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 204 | 0.57 | 0.25 | 0 | 0.2 | 206.9 | 0.53 | 0.57 |
| Hex | 58 | 98 | CC | 39 | 19 | 0 | 14 | CF | 35 | 39 |
| Octal | 130 | 230 | 314 | 71 | 31 | 0 | 24 | 317 | 65 | 71 |
| Binary | 1011000 | 10011000 | 11001100 | 111001 | 11001 | 0 | 10100 | 11001111 | 110101 | 111001 |
Color Harmonies of #5898CC
Complementary color
Monochromatic Colors of #5898CC
Black with #5898CC
Text Example
Text Example
White with #5898CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5898CC; }
p { color: rgb(88,152,204); }
H1.HeaderClassName
{
color: #5898CC;
}
.AnyTagClassName
{
color: #5898CC;
}
</style>
background-color css
<style>
a { background-color: #5898CC; }
a { background-color: rgb(88,152,204); }
div.DivClassName
{
background-color: #5898CC;
}
.BgClassName
{
background-color: #5898CC;
}
</style>
border-color css
<style>
span { border-color: #5898CC; }
span { border-color: rgb(88,152,204); }
td.TdClassName
{
border-color: #5898CC;
}
.TagClassName
{
border-color: #5898CC;
}
</style>