Shades of Picton Blue #559DC6
Tints of Picton Blue #559DC6
RGB
CMYK
RGB Variations
Color information
#559DC6 (or 0x559DC6) is known color: Picton Blue. HEX triplet: 55, 9D and C6. RGB value is (85,157,198). Sum of RGB (Red+Green+Blue) = 85+157+198=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #559DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DC6 is #AA6239. Grayscale: #8B8B8B. Windows color (decimal): -11166266 or 13016405. OLE color: 13016405.
HSL color Cylindrical-coordinate representation of color #559DC6: hue angle of 201.77º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #559DC6 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 157 | 198 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.22 |
| HSL | 201.77º | 0.5% | 0.55% | - |
| HSV(B) | 201.77º | 0.57% | 0.78% | - |
| XYZ | 26 | 30.12 | 57.87 | - |
| YUV | 140.15 | 160.65 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 198 | 0.57 | 0.21 | 0 | 0.22 | 201.77 | 0.5 | 0.55 |
| Hex | 55 | 9D | C6 | 39 | 15 | 0 | 16 | CA | 32 | 37 |
| Octal | 125 | 235 | 306 | 71 | 25 | 0 | 26 | 312 | 62 | 67 |
| Binary | 1010101 | 10011101 | 11000110 | 111001 | 10101 | 0 | 10110 | 11001010 | 110010 | 110111 |
Color Harmonies of #559DC6
Complementary color
Monochromatic Colors of #559DC6
Black with #559DC6
Text Example
Text Example
White with #559DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DC6; }
p { color: rgb(85,157,198); }
H1.HeaderClassName
{
color: #559DC6;
}
.AnyTagClassName
{
color: #559DC6;
}
</style>
background-color css
<style>
a { background-color: #559DC6; }
a { background-color: rgb(85,157,198); }
div.DivClassName
{
background-color: #559DC6;
}
.BgClassName
{
background-color: #559DC6;
}
</style>
border-color css
<style>
span { border-color: #559DC6; }
span { border-color: rgb(85,157,198); }
td.TdClassName
{
border-color: #559DC6;
}
.TagClassName
{
border-color: #559DC6;
}
</style>