Shades of Picton Blue #559DE2
Tints of Picton Blue #559DE2
RGB
CMYK
RGB Variations
Color information
#559DE2 (or 0x559DE2) is known color: Picton Blue. HEX triplet: 55, 9D and E2. RGB value is (85,157,226). Sum of RGB (Red+Green+Blue) = 85+157+226=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 226 - color contains mainly: blue. Hex color #559DE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DE2 is #AA621D. Grayscale: #8E8E8E. Windows color (decimal): -11166238 or 14851413. OLE color: 14851413.
HSL color Cylindrical-coordinate representation of color #559DE2: hue angle of 209.36º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #559DE2 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 157 | 226 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.11 |
| HSL | 209.36º | 0.71% | 0.61% | - |
| HSV(B) | 209.36º | 0.62% | 0.89% | - |
| XYZ | 29.53 | 31.54 | 76.48 | - |
| YUV | 143.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 226 | 0.62 | 0.31 | 0 | 0.11 | 209.36 | 0.71 | 0.61 |
| Hex | 55 | 9D | E2 | 3E | 1F | 0 | B | D1 | 47 | 3D |
| Octal | 125 | 235 | 342 | 76 | 37 | 0 | 13 | 321 | 107 | 75 |
| Binary | 1010101 | 10011101 | 11100010 | 111110 | 11111 | 0 | 1011 | 11010001 | 1000111 | 111101 |
Color Harmonies of #559DE2
Complementary color
Monochromatic Colors of #559DE2
Black with #559DE2
Text Example
Text Example
White with #559DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DE2; }
p { color: rgb(85,157,226); }
H1.HeaderClassName
{
color: #559DE2;
}
.AnyTagClassName
{
color: #559DE2;
}
</style>
background-color css
<style>
a { background-color: #559DE2; }
a { background-color: rgb(85,157,226); }
div.DivClassName
{
background-color: #559DE2;
}
.BgClassName
{
background-color: #559DE2;
}
</style>
border-color css
<style>
span { border-color: #559DE2; }
span { border-color: rgb(85,157,226); }
td.TdClassName
{
border-color: #559DE2;
}
.TagClassName
{
border-color: #559DE2;
}
</style>