Shades of Picton Blue #5897DF
Tints of Picton Blue #5897DF
RGB
CMYK
RGB Variations
Color information
#5897DF (or 0x5897DF) is known color: Picton Blue. HEX triplet: 58, 97 and DF. RGB value is (88,151,223). Sum of RGB (Red+Green+Blue) = 88+151+223=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #5897DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5897DF is #A76820. Grayscale: #8C8C8C. Windows color (decimal): -10971169 or 14653272. OLE color: 14653272.
HSL color Cylindrical-coordinate representation of color #5897DF: hue angle of 212º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5897DF is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 151 | 223 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.13 |
| HSL | 212º | 0.68% | 0.61% | - |
| HSV(B) | 212º | 0.61% | 0.87% | - |
| XYZ | 28.41 | 29.54 | 74.02 | - |
| YUV | 140.37 | 174.63 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 151 | 223 | 0.61 | 0.32 | 0 | 0.13 | 212 | 0.68 | 0.61 |
| Hex | 58 | 97 | DF | 3D | 20 | 0 | D | D4 | 44 | 3D |
| Octal | 130 | 227 | 337 | 75 | 40 | 0 | 15 | 324 | 104 | 75 |
| Binary | 1011000 | 10010111 | 11011111 | 111101 | 100000 | 0 | 1101 | 11010100 | 1000100 | 111101 |
Color Harmonies of #5897DF
Complementary color
Monochromatic Colors of #5897DF
Black with #5897DF
Text Example
Text Example
White with #5897DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5897DF; }
p { color: rgb(88,151,223); }
H1.HeaderClassName
{
color: #5897DF;
}
.AnyTagClassName
{
color: #5897DF;
}
</style>
background-color css
<style>
a { background-color: #5897DF; }
a { background-color: rgb(88,151,223); }
div.DivClassName
{
background-color: #5897DF;
}
.BgClassName
{
background-color: #5897DF;
}
</style>
border-color css
<style>
span { border-color: #5897DF; }
span { border-color: rgb(88,151,223); }
td.TdClassName
{
border-color: #5897DF;
}
.TagClassName
{
border-color: #5897DF;
}
</style>