Shades of Picton Blue #559DC5
Tints of Picton Blue #559DC5
RGB
CMYK
RGB Variations
Color information
#559DC5 (or 0x559DC5) is known color: Picton Blue. HEX triplet: 55, 9D and C5. RGB value is (85,157,197). Sum of RGB (Red+Green+Blue) = 85+157+197=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #559DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DC5 is #AA623A. Grayscale: #8B8B8B. Windows color (decimal): -11166267 or 12950869. OLE color: 12950869.
HSL color Cylindrical-coordinate representation of color #559DC5: hue angle of 201.43º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #559DC5 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 157 | 197 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.23 |
| HSL | 201.43º | 0.49% | 0.55% | - |
| HSV(B) | 201.43º | 0.57% | 0.77% | - |
| XYZ | 25.88 | 30.08 | 57.26 | - |
| YUV | 140.03 | 160.15 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 197 | 0.57 | 0.20 | 0 | 0.23 | 201.43 | 0.49 | 0.55 |
| Hex | 55 | 9D | C5 | 39 | 14 | 0 | 17 | C9 | 31 | 37 |
| Octal | 125 | 235 | 305 | 71 | 24 | 0 | 27 | 311 | 61 | 67 |
| Binary | 1010101 | 10011101 | 11000101 | 111001 | 10100 | 0 | 10111 | 11001001 | 110001 | 110111 |
Color Harmonies of #559DC5
Complementary color
Monochromatic Colors of #559DC5
Black with #559DC5
Text Example
Text Example
White with #559DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DC5; }
p { color: rgb(85,157,197); }
H1.HeaderClassName
{
color: #559DC5;
}
.AnyTagClassName
{
color: #559DC5;
}
</style>
background-color css
<style>
a { background-color: #559DC5; }
a { background-color: rgb(85,157,197); }
div.DivClassName
{
background-color: #559DC5;
}
.BgClassName
{
background-color: #559DC5;
}
</style>
border-color css
<style>
span { border-color: #559DC5; }
span { border-color: rgb(85,157,197); }
td.TdClassName
{
border-color: #559DC5;
}
.TagClassName
{
border-color: #559DC5;
}
</style>