Shades of Picton Blue #559CCC
Tints of Picton Blue #559CCC
RGB
CMYK
RGB Variations
Color information
#559CCC (or 0x559CCC) is known color: Picton Blue. HEX triplet: 55, 9C and CC. RGB value is (85,156,204). Sum of RGB (Red+Green+Blue) = 85+156+204=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #559CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CCC is #AA6333. Grayscale: #8B8B8B. Windows color (decimal): -11166516 or 13409365. OLE color: 13409365.
HSL color Cylindrical-coordinate representation of color #559CCC: hue angle of 204.2º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559CCC is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 156 | 204 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.2 |
| HSL | 204.2º | 0.54% | 0.57% | - |
| HSV(B) | 204.2º | 0.58% | 0.8% | - |
| XYZ | 26.53 | 30.07 | 61.53 | - |
| YUV | 140.24 | 163.98 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 204 | 0.58 | 0.24 | 0 | 0.2 | 204.2 | 0.54 | 0.57 |
| Hex | 55 | 9C | CC | 3A | 18 | 0 | 14 | CC | 36 | 39 |
| Octal | 125 | 234 | 314 | 72 | 30 | 0 | 24 | 314 | 66 | 71 |
| Binary | 1010101 | 10011100 | 11001100 | 111010 | 11000 | 0 | 10100 | 11001100 | 110110 | 111001 |
Color Harmonies of #559CCC
Complementary color
Monochromatic Colors of #559CCC
Black with #559CCC
Text Example
Text Example
White with #559CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559CCC; }
p { color: rgb(85,156,204); }
H1.HeaderClassName
{
color: #559CCC;
}
.AnyTagClassName
{
color: #559CCC;
}
</style>
background-color css
<style>
a { background-color: #559CCC; }
a { background-color: rgb(85,156,204); }
div.DivClassName
{
background-color: #559CCC;
}
.BgClassName
{
background-color: #559CCC;
}
</style>
border-color css
<style>
span { border-color: #559CCC; }
span { border-color: rgb(85,156,204); }
td.TdClassName
{
border-color: #559CCC;
}
.TagClassName
{
border-color: #559CCC;
}
</style>