Shades of Picton Blue #5997DC
Tints of Picton Blue #5997DC
RGB
CMYK
RGB Variations
Color information
#5997DC (or 0x5997DC) is known color: Picton Blue. HEX triplet: 59, 97 and DC. RGB value is (89,151,220). Sum of RGB (Red+Green+Blue) = 89+151+220=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #5997DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5997DC is #A66823. Grayscale: #8B8B8B. Windows color (decimal): -10905636 or 14456665. OLE color: 14456665.
HSL color Cylindrical-coordinate representation of color #5997DC: hue angle of 211.6º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5997DC is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 151 | 220 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.14 |
| HSL | 211.6º | 0.65% | 0.61% | - |
| HSV(B) | 211.6º | 0.6% | 0.86% | - |
| XYZ | 28.1 | 29.42 | 71.91 | - |
| YUV | 140.33 | 172.96 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 220 | 0.60 | 0.31 | 0 | 0.14 | 211.6 | 0.65 | 0.61 |
| Hex | 59 | 97 | DC | 3C | 1F | 0 | E | D4 | 41 | 3D |
| Octal | 131 | 227 | 334 | 74 | 37 | 0 | 16 | 324 | 101 | 75 |
| Binary | 1011001 | 10010111 | 11011100 | 111100 | 11111 | 0 | 1110 | 11010100 | 1000001 | 111101 |
Color Harmonies of #5997DC
Complementary color
Monochromatic Colors of #5997DC
Black with #5997DC
Text Example
Text Example
White with #5997DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5997DC; }
p { color: rgb(89,151,220); }
H1.HeaderClassName
{
color: #5997DC;
}
.AnyTagClassName
{
color: #5997DC;
}
</style>
background-color css
<style>
a { background-color: #5997DC; }
a { background-color: rgb(89,151,220); }
div.DivClassName
{
background-color: #5997DC;
}
.BgClassName
{
background-color: #5997DC;
}
</style>
border-color css
<style>
span { border-color: #5997DC; }
span { border-color: rgb(89,151,220); }
td.TdClassName
{
border-color: #5997DC;
}
.TagClassName
{
border-color: #5997DC;
}
</style>