Shades of Picton Blue #5897CC
Tints of Picton Blue #5897CC
RGB
CMYK
RGB Variations
Color information
#5897CC (or 0x5897CC) is known color: Picton Blue. HEX triplet: 58, 97 and CC. RGB value is (88,151,204). Sum of RGB (Red+Green+Blue) = 88+151+204=443 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.86% from 443); Green value is 151 (59.38% from 255 or 34.09% 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 #5897CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5897CC is #A76833. Grayscale: #898989. Windows color (decimal): -10971188 or 13408088. OLE color: 13408088.
HSL color Cylindrical-coordinate representation of color #5897CC: hue angle of 207.41º 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 #5897CC is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 151 | 204 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.2 |
| HSL | 207.41º | 0.53% | 0.57% | - |
| HSV(B) | 207.41º | 0.57% | 0.8% | - |
| XYZ | 25.99 | 28.57 | 61.27 | - |
| YUV | 138.21 | 165.13 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 151 | 204 | 0.57 | 0.26 | 0 | 0.2 | 207.41 | 0.53 | 0.57 |
| Hex | 58 | 97 | CC | 39 | 1A | 0 | 14 | CF | 35 | 39 |
| Octal | 130 | 227 | 314 | 71 | 32 | 0 | 24 | 317 | 65 | 71 |
| Binary | 1011000 | 10010111 | 11001100 | 111001 | 11010 | 0 | 10100 | 11001111 | 110101 | 111001 |
Color Harmonies of #5897CC
Complementary color
Monochromatic Colors of #5897CC
Black with #5897CC
Text Example
Text Example
White with #5897CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5897CC; }
p { color: rgb(88,151,204); }
H1.HeaderClassName
{
color: #5897CC;
}
.AnyTagClassName
{
color: #5897CC;
}
</style>
background-color css
<style>
a { background-color: #5897CC; }
a { background-color: rgb(88,151,204); }
div.DivClassName
{
background-color: #5897CC;
}
.BgClassName
{
background-color: #5897CC;
}
</style>
border-color css
<style>
span { border-color: #5897CC; }
span { border-color: rgb(88,151,204); }
td.TdClassName
{
border-color: #5897CC;
}
.TagClassName
{
border-color: #5897CC;
}
</style>