Shades of Picton Blue #559DC8
Tints of Picton Blue #559DC8
RGB
CMYK
RGB Variations
Color information
#559DC8 (or 0x559DC8) is known color: Picton Blue. HEX triplet: 55, 9D and C8. RGB value is (85,157,200). Sum of RGB (Red+Green+Blue) = 85+157+200=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #559DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DC8 is #AA6237. Grayscale: #8C8C8C. Windows color (decimal): -11166264 or 13147477. OLE color: 13147477.
HSL color Cylindrical-coordinate representation of color #559DC8: hue angle of 202.43º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #559DC8 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 157 | 200 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.22 |
| HSL | 202.43º | 0.51% | 0.56% | - |
| HSV(B) | 202.43º | 0.58% | 0.78% | - |
| XYZ | 26.23 | 30.22 | 59.09 | - |
| YUV | 140.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 200 | 0.58 | 0.22 | 0 | 0.22 | 202.43 | 0.51 | 0.56 |
| Hex | 55 | 9D | C8 | 3A | 16 | 0 | 16 | CA | 33 | 38 |
| Octal | 125 | 235 | 310 | 72 | 26 | 0 | 26 | 312 | 63 | 70 |
| Binary | 1010101 | 10011101 | 11001000 | 111010 | 10110 | 0 | 10110 | 11001010 | 110011 | 111000 |
Color Harmonies of #559DC8
Complementary color
Monochromatic Colors of #559DC8
Black with #559DC8
Text Example
Text Example
White with #559DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DC8; }
p { color: rgb(85,157,200); }
H1.HeaderClassName
{
color: #559DC8;
}
.AnyTagClassName
{
color: #559DC8;
}
</style>
background-color css
<style>
a { background-color: #559DC8; }
a { background-color: rgb(85,157,200); }
div.DivClassName
{
background-color: #559DC8;
}
.BgClassName
{
background-color: #559DC8;
}
</style>
border-color css
<style>
span { border-color: #559DC8; }
span { border-color: rgb(85,157,200); }
td.TdClassName
{
border-color: #559DC8;
}
.TagClassName
{
border-color: #559DC8;
}
</style>