Shades of Picton Blue #559BDA
Tints of Picton Blue #559BDA
RGB
CMYK
RGB Variations
Color information
#559BDA (or 0x559BDA) is known color: Picton Blue. HEX triplet: 55, 9B and DA. RGB value is (85,155,218). Sum of RGB (Red+Green+Blue) = 85+155+218=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #559BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BDA is #AA6425. Grayscale: #8C8C8C. Windows color (decimal): -11166758 or 14326613. OLE color: 14326613.
HSL color Cylindrical-coordinate representation of color #559BDA: hue angle of 208.42º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #559BDA is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 155 | 218 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.15 |
| HSL | 208.42º | 0.64% | 0.59% | - |
| HSV(B) | 208.42º | 0.61% | 0.85% | - |
| XYZ | 28.12 | 30.44 | 70.72 | - |
| YUV | 141.25 | 171.31 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 218 | 0.61 | 0.29 | 0 | 0.15 | 208.42 | 0.64 | 0.59 |
| Hex | 55 | 9B | DA | 3D | 1D | 0 | F | D0 | 40 | 3B |
| Octal | 125 | 233 | 332 | 75 | 35 | 0 | 17 | 320 | 100 | 73 |
| Binary | 1010101 | 10011011 | 11011010 | 111101 | 11101 | 0 | 1111 | 11010000 | 1000000 | 111011 |
Color Harmonies of #559BDA
Complementary color
Monochromatic Colors of #559BDA
Black with #559BDA
Text Example
Text Example
White with #559BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BDA; }
p { color: rgb(85,155,218); }
H1.HeaderClassName
{
color: #559BDA;
}
.AnyTagClassName
{
color: #559BDA;
}
</style>
background-color css
<style>
a { background-color: #559BDA; }
a { background-color: rgb(85,155,218); }
div.DivClassName
{
background-color: #559BDA;
}
.BgClassName
{
background-color: #559BDA;
}
</style>
border-color css
<style>
span { border-color: #559BDA; }
span { border-color: rgb(85,155,218); }
td.TdClassName
{
border-color: #559BDA;
}
.TagClassName
{
border-color: #559BDA;
}
</style>